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