Gen 426: Shell script nix files work properly now
This commit is contained in:
8
glasshouse-desktop/home/scripts/invoke.nix
Normal file
8
glasshouse-desktop/home/scripts/invoke.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ self, pkgs }:
|
||||
|
||||
|
||||
pkgs.writeShellScriptBin "invoke" (''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
nix run nixpkgs#$"@"
|
||||
'')
|
||||
Reference in New Issue
Block a user