about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-05 10:25:16 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-05 10:25:16 -0700
commitef2eb3448591e4ca5c5eb0194889916720785d8b (patch)
tree7af9c7d86636c471ad8455d83ad257c16866731f /flake.nix
parentvarious updates related to music collection (diff)
downloadworld-ef2eb3448591e4ca5c5eb0194889916720785d8b.tar.gz
update nixos and home-manager to 23.05
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index ce8d8ab..8b10f42 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
       };
     };