diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-07-05 10:25:16 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-07-05 10:25:16 -0700 |
| commit | ef2eb3448591e4ca5c5eb0194889916720785d8b (patch) | |
| tree | 7af9c7d86636c471ad8455d83ad257c16866731f /flake.nix | |
| parent | various updates related to music collection (diff) | |
| download | infra-ef2eb3448591e4ca5c5eb0194889916720785d8b.tar.gz | |
update nixos and home-manager to 23.05
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,7 +6,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-22.11"; + ref = "nixos-23.05"; }; futils.url = "github:numtide/flake-utils"; @@ -26,10 +26,9 @@ type = "github"; owner = "nix-community"; repo = "home-manager"; - ref = "master"; + ref = "release-23.05"; inputs = { nixpkgs.follows = "nixpkgs"; - utils.follows = "futils"; }; }; |
