Dump nixos config after scrubing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ pkgs }:
|
||||
pkgs.writeShellApplication {
|
||||
name = "hello";
|
||||
runtimeInputs = with pkgs; [ cowsay lolcat ];
|
||||
text = ''
|
||||
echo "Hello World!" | cowsay | lolcat
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user