Gen 423: Converted shell scripts into nix files
This commit is contained in:
10
glasshouse-laptop/home/scripts/crs.nix
Normal file
10
glasshouse-laptop/home/scripts/crs.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs }:
|
||||
|
||||
{
|
||||
crs = pkgs.writeShellScriptBin "crs" (''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
cargo test && \
|
||||
cargo run
|
||||
'');
|
||||
}
|
||||
Reference in New Issue
Block a user