all repos — nixfiles @ 6766d3f7c84ee26bfc7eeab4b1446a2fcadf4f5a

System and user configuration, managed by nix and home-manager

Use nixpkgs as unstable on darwin Re-installing seems to have changed how nix is installed.

Alan Pearce
commit

6766d3f7c84ee26bfc7eeab4b1446a2fcadf4f5a

parent

1627a49a51202c8c060144925ef9d8db570fcf93

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/modules/emacs.nixuser/modules/emacs.nix
@@ -3,7 +3,7 @@
let inherit (pkgs) stdenv; - pkgsUnstable = if stdenv.isDarwin then import <nixpkgs-unstable> {} else import <nixos-unstable> {}; + pkgsUnstable = if stdenv.isDarwin then import <nixpkgs> {} else import <nixos-unstable> {}; editorScript = pkgs.writeScriptBin "edit" '' #!${pkgs.runtimeShell}