diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:04:32 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:04:32 -0500 |
commit | fc98b6d48f13d0ac29e096b52e3c3c49aacc05c9 (patch) | |
tree | 6da43a6a9feefe34f1b1618dccbbb7600833fdff /org/config_nix.org | |
parent | 2025 (diff) |
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index c119716..6f40d83 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -592,14 +592,14 @@ installPhase = '' **** github (official) #+NAME: nixpkgs_url_github -#+BEGIN_SRC sh +#+BEGIN_SRC shell github:NixOS/nixpkgs/nixpkgs-unstable #+END_SRC **** localhost #+NAME: nixpkgs_url_local -#+BEGIN_SRC sh +#+BEGIN_SRC shell /srv/nix/nixpkgs #+END_SRC |