diff options
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index dd241ac..98f767f 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -100,6 +100,8 @@ in (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default)) pkgs.go pkgs.gcc + + (pkgs.writeShellScriptBin "0x0" (import ./scripts/0x0.nix)) ]; |