Gen 444: Consolidated desktop/laptop configs into one, differing options are declared in hosts folder
This commit is contained in:
9
modules/home/scripts/commands/crs.nix
Normal file
9
modules/home/scripts/commands/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