diff options
-rw-r--r-- | nixos.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos.org b/nixos.org index 1560b6d..b75a25a 100644 --- a/nixos.org +++ b/nixos.org @@ -96,7 +96,7 @@ stuff not much info here right now. emacs itself now refers to emacsng #+begin_src nix { - nix.package = pkgs.nixVersions.stable; + nix.package = pkgs.lix; programs.nix-ld = { enable = true; # use all the libraries that AppImage uses to load an image |