about summary refs log tree commit diff
path: root/home/profiles/base-darwin/default.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-09-18 15:04:53 +0900
committersefidel <contact@sefidel.net>2022-09-18 15:04:53 +0900
commit4afda11dfe3897cd452a3a392906837da388a796 (patch)
treedfcca4a21bdb01ee6d5a335192bd86a632b0ebcf /home/profiles/base-darwin/default.nix
parentb12870fb331ba41686c22023e6bec8d5d5cc2227 (diff)
downloadnixrc-4afda11dfe3897cd452a3a392906837da388a796.tar.gz
nixrc-4afda11dfe3897cd452a3a392906837da388a796.zip
feat(home/base): add 0x0 script
Diffstat (limited to 'home/profiles/base-darwin/default.nix')
-rw-r--r--home/profiles/base-darwin/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index 63454bd..53421bf 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -46,8 +46,9 @@ in
       (pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default))
       pkgs.go
       pkgs.gcc
-    ];
 
+      (pkgs.writeShellScriptBin "0x0" (import ./scripts/0x0.nix))
+    ];
 
     programs = {
       direnv.enable = true;