diff options
| author | sils <sils@sils.li> | 2023-05-31 15:11:50 +0200 |
|---|---|---|
| committer | sils <sils@sils.li> | 2023-05-31 15:11:50 +0200 |
| commit | 45e25f9357ddff734f407d941c1e82b47ddcea2d (patch) | |
| tree | df63b6eb4f86fc8465ffbdbd62a8f9ec5ca1f1a7 /flake.nix | |
| parent | Feat(sys): Switch to gnome desktop (diff) | |
| download | nix-config-45e25f9357ddff734f407d941c1e82b47ddcea2d.zip | |
Build(flake): Update Inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ { description = "My Nixos system configuration"; inputs = { - nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOs/nixpkgs/nixos-23.05"; home-manager = { - url = "github:nix-community/home-manager/master"; + url = "github:nix-community/home-manager/release-23.05"; inputs.nixpkgs.follows = "nixpkgs"; }; |
