Skip to content

Commit

Permalink
Merge pull request #4 from cab404/patch-1
Browse files Browse the repository at this point in the history
Create shell.nix
  • Loading branch information
ianka authored Feb 4, 2020
2 parents eb1e128 + 6665853 commit ff4248f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
let
pkgs = import <nixpkgs> {};
in with pkgs;
mkShell {

TCLLIBPATH = "${tcllib}/lib/tcllib1.19";
buildInputs = [ tcl-8_6 tcllib xfsprogs coreutils ];
}
2 changes: 1 addition & 1 deletion xfs_undelete
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/tclsh
#!/usr/bin/env tclsh
##
## Copyright (c) 2019 Jan Kandziora <[email protected]>
##
Expand Down

0 comments on commit ff4248f

Please sign in to comment.