build(flake): switch to stable by default

Switch to using the stable version of nixpkgs but still use unstable
where it's needed.
This commit is contained in:
Oliver Davies 2023-08-03 22:59:10 +01:00
parent 8f4aa7bbfc
commit b68ad75ce3
6 changed files with 56 additions and 23 deletions
system/nixos/nixedo

View file

@ -114,7 +114,7 @@ in
isNormalUser = true;
description = "Oliver Davies";
extraGroups = [ "docker" "networkmanager" "wheel" ];
packages = with pkgs; [];
packages = with pkgs; [ ];
};
security.sudo.wheelNeedsPassword = false;