all repos — nixfiles @ 61c0d5de340da45bd8c7e45ad76d18410419f9e6

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

Nix: Remove traces of unstable usage

Alan Pearce
commit

61c0d5de340da45bd8c7e45ad76d18410419f9e6

parent

571c6b9a4d2a2c522ddf8df4a5d1999195c42971

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

changed files
M user/settings/nixos.nixuser/settings/nixos.nix
@@ -4,13 +4,6 @@ {
imports = [ ./nix.nix ]; - nixpkgs.overlays = [ - (self: super: { - unstable = import <nixos-unstable> { - config = config.nixpkgs.config; - }; - }) - ]; programs.zsh.shellAliases = { nor = "nixos-rebuild";