Try and use stable packages for the server

This commit is contained in:
Lillian Violet 2024-01-19 01:31:01 +01:00
parent 0d60861a6a
commit f55a7a7477
3 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable'
unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable {
stable-packages = final: _prev: {
stable = import inputs.nixpkgs-stable {
system = final.system;
config.allowUnfree = true;
};