mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
flake: updates to 24.05
This commit is contained in:
@@ -20,7 +20,7 @@ in
|
||||
};
|
||||
config.nixpkgs.overlays = lib.mkIf cfg.enableOverlays [ materusArg.cfg.configInputs.emacs-overlay.overlay ];
|
||||
|
||||
config.nix.package = lib.mkDefault (if (!materusCfg.stable) then pkgs.nixVersions.${"latest"} else pkgs.nixVersions.stable);
|
||||
config.nix.package = lib.mkDefault pkgs.nixVersions.latest;
|
||||
config.nix.registry = lib.mkIf config.materus.profile.nix.enableRegistry {
|
||||
nixpkgs-stable = {
|
||||
from = { type = "indirect"; id = "nixpkgs-stable"; };
|
||||
|
||||
@@ -19,7 +19,7 @@ with materusArg.pkgs.lib;
|
||||
nix-prefetch-scripts
|
||||
nix-prefetch-github
|
||||
nix-prefetch-docker
|
||||
nixfmt
|
||||
nixfmt-classic
|
||||
nix-top
|
||||
nix-tree
|
||||
nix-diff
|
||||
|
||||
Reference in New Issue
Block a user