all repos — nixfiles @ 5d004b393c7a497d0da0599f7f4ddb29b721c512

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

Purge unstable from system/
Alan Pearce alan@alanpearce.eu
Sat, 05 Oct 2019 18:05:04 +0200
commit

5d004b393c7a497d0da0599f7f4ddb29b721c512

parent

1072951aa28ea32ef9c74069824c06cf70f11230

2 files changed, 0 insertions(+), 14 deletions(-)

jump to
M system/modules/configuration/nix.nixsystem/modules/configuration/nix.nix
@@ -13,14 +13,6 @@ options = "--delete-older-than 14d";     };
   };
 
-  nixpkgs.config = {
-    packageOverrides = pkgs: {
-      unstable = import <nixos-unstable> {
-        config = config.nixpkgs.config;
-      };
-    };
-  };
-
   environment.systemPackages = with pkgs; [
     cachix
   ];
@@ -31,7 +23,6 @@ flags = [ "--max-jobs" "1" ];   };
   systemd.services.nixos-upgrade = {
     script = pkgs.lib.mkForce ''
-      ${pkgs.nix}/bin/nix-channel --update nixos-unstable
       ${config.system.build.nixos-rebuild}/bin/nixos-rebuild boot --no-build-output --upgrade ${toString config.system.autoUpgrade.flags}
     '';
   };
M system/trillian.nixsystem/trillian.nix
@@ -10,11 +10,6 @@ ]; 
   nixpkgs.config = {
     allowUnfree = true;
-    packageOverrides = pkgs: {
-      unstable = import <nixpkgs-unstable> {
-        config = config.nixpkgs.config;
-      };
-    };
   };
 
   networking = {