Skip to content

Commit

Permalink
add libfuse development env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 27, 2017
1 parent eccbf31 commit 9961337
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nixos/environments/libfuse/default.nix
@@ -0,0 +1,10 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "env";
buildInputs = [
bashInteractive
fuse
meson
ninja
];
}

0 comments on commit 9961337

Please sign in to comment.