aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_make.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-15 19:55:49 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 11:50:22 -0500
commit3d78a7541b6bdeca09496c92387fc74f77b70962 (patch)
tree72ed59a14753385ce9ae08b783694bef96e22e35 /org/config_make.org
parentremoved old ruby utility scripts (diff)
nix and build housekeeping
Diffstat (limited to 'org/config_make.org')
-rw-r--r--org/config_make.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/config_make.org b/org/config_make.org
index cfbd01a..5451130 100644
--- a/org/config_make.org
+++ b/org/config_make.org
@@ -1628,7 +1628,7 @@ nix-shell-pure:
# nix-shell (with local tools, presumably latest dlang compiler & build tools (ldc & dub))
nix-shell-updated:
- nix-shell -I nixpkgs=/nixpkgs-ra/nixpkgs --pure
+ nix-shell -I nixpkgs=/nix/nixpkgs --pure
# shell.nix (with shebang)
shell:
@@ -1670,7 +1670,7 @@ _flake-show-derivation:
nix show-derivation |jq;
nix-develop:
- nix develop -f default.nix -I nixpkgs=/nixpkgs-ra/nixpkgs
+ nix develop -f default.nix -I nixpkgs=/nix/nixpkgs
# nix flake show
flake-show: _flake-show-package _flake-show-name _flake-show-derivation
@@ -1689,7 +1689,7 @@ flake-build-debug:
# nix-build spine (with local tools, presumably latest dlang compiler & build tools (ldc & dub))
flake-build-use-tools-new:
- nix build --print-build-logs -I nixpkgs=/nixpkgs-ra/nixpkgs
+ nix build --print-build-logs -I nixpkgs=/nix/nixpkgs
# tangle-build-flake
flake-tangle-build: org-tangle flake-build
@@ -1732,8 +1732,8 @@ gitsnapshot: distclean tangle
#+HEADER: :NO-tangle ../.env/local
#+BEGIN_SRC sh
export NIX_PATH=/nix/var/nix/profiles/per-user/root/channels/nixos
-#export NIX_PATH=nixpkgs=/nixpkgs-ra/nixpkgs
-#export NIX_PATH=/nixpkgs-ra/nixpkgs
+#export NIX_PATH=nixpkgs=/nix/nixpkgs
+#export NIX_PATH=/nix/nixpkgs
# reload when these files change
# watch_file flake.nix
# watch_file flake.lock