diff options
author | Alan Pearce | 2025-03-02 15:18:43 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-02 23:56:41 +0100 |
commit | b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf (patch) | |
tree | 06d7f026a1d6a026aeb548cf7a920a437270d995 /user/settings/nix.nix | |
parent | 734a3cebed8dd4be66a546179dbda890abc5a10d (diff) | |
download | nixfiles-b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.tar.lz nixfiles-b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.tar.zst nixfiles-b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf.zip |
Revert "Switch back to flakes"
This reverts commit c0384c43821474d28af1d9696ceb473a0d769292.
Diffstat (limited to 'user/settings/nix.nix')
-rw-r--r-- | user/settings/nix.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user/settings/nix.nix b/user/settings/nix.nix index 85f4c65d..5c8543fa 100644 --- a/user/settings/nix.nix +++ b/user/settings/nix.nix @@ -15,11 +15,10 @@ in }; home.packages = with pkgs; [ - age - agenix cached-nix-shell nixd nil + npins nix-prefetch-scripts nix-init nix-update @@ -32,7 +31,7 @@ in ]; xdg.configFile."nix-init/config.toml".source = toml.generate "config.toml" { maintainers = [ "alanpearce" ]; - nixpkgs = "builtins.getFlake \"nixpkgs\""; + nixpkgs = "<nixpkgs>"; }; programs.emacs.extraPackages = epkgs: (with epkgs; [ nix-mode |