Skip to content

Commit

Permalink
Create gstat wrapper script via Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Ortolina committed May 9, 2023
1 parent e21d3d4 commit 9bc94dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/gstat

This file was deleted.

6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
autoconf = pkgs.autoconf;
automake = pkgs.automake;
curl = pkgs.curl;
gstat = pkgs.writeShellScriptBin "gstat" ''
#!/usr/bin/env bash
stat "$@"
'';

in
rec {
Expand All @@ -49,6 +54,7 @@
autoconf
automake
curl
gstat
];
};
}
Expand Down

0 comments on commit 9bc94dd

Please sign in to comment.