summaryrefslogtreecommitdiff
path: root/Omni/Bild/Nixpkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Bild/Nixpkgs.nix')
-rw-r--r--Omni/Bild/Nixpkgs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/Omni/Bild/Nixpkgs.nix b/Omni/Bild/Nixpkgs.nix
index 3418673..ab13d40 100644
--- a/Omni/Bild/Nixpkgs.nix
+++ b/Omni/Bild/Nixpkgs.nix
@@ -23,7 +23,7 @@ let
(import ./CcacheWrapper.nix)
(import ./Functions.nix)
depsOverlay
- (_: _: {unstable = this.nixos-unstable-small.pkgs;})
+ (_: _: {unstable = this.nixos-unstable.pkgs;})
(import ./Deps.nix)
(import ./Python.nix)
(import ./Haskell.nix)
@@ -31,7 +31,7 @@ let
];
};
- nixos-unstable-small = import sources.nixos-unstable-small {
+ nixos-unstable = import sources.nixos-unstable {
inherit system config;
overlays = [
(_: _: {inherit sources;})