Skip to content

Commit

Permalink
Add default.nix for NixOS users.
Browse files Browse the repository at this point in the history
This allows installation on NixOS with:

nix-shell
make
make install

Signed-off-by: Rafael Kitover <[email protected]>
  • Loading branch information
rkitover authored and 3v1n0 committed Nov 4, 2021
1 parent f9fc5c4 commit a543869
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "dash-to-dock";
buildInputs = [ gnumake glib sassc ];
}

0 comments on commit a543869

Please sign in to comment.