all repos — nixfiles @ 017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26

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

Banish unstable overlay

Alan Pearce
commit

017d0672aaa6ff6d05f5bce4f7f7bdc19f679b26

parent

880f752dc8d2f8c2457ddabd64623a7f4ec5a717

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M user/settings/nixpkgs.nixuser/settings/nixpkgs.nix
@@ -3,7 +3,6 @@
let inherit (pkgs) stdenv; stableConfig = config.nixpkgs.config; - unstablePkgs = if stdenv.isDarwin then import <nixpkgs-unstable> { config = stableConfig; } else import <nixos-unstable> {}; in { imports = [
@@ -13,7 +12,6 @@ nixpkgs.overlays = [
(self: super: { firefox-bin-unwrapped = super.firefox-bin-unwrapped.override { systemLocale = "en-GB"; }; firefox-devedition-bin-unwrapped = super.firefox-devedition-bin-unwrapped.override { systemLocale = "en-GB"; }; - unstable = unstablePkgs; }) ]; }