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

@ -12,7 +12,7 @@
plasma-manager.inputs.home-manager.follows = "home-manager";
# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11";
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";