From 3960d1710c76643e79c32c198db1aa0b336db0a0 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Tue, 27 Jun 2023 00:26:00 +0200 Subject: [PATCH] [nix] Fix a GLARING issue in the flake inputs --- nix/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/flake.nix b/nix/flake.nix index 02638ee..c99e41d 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-23.05-darwin"; - home-manager.url = "github:nix-community/home-manager"; + home-manager.url = "github:nix-community/home-manager/release-23.05"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # nix will normally use the nixpkgs defined in home-managers inputs, we only want one copy of nixpkgs though darwin.url = "github:lnl7/nix-darwin"; @@ -15,7 +15,7 @@ flake = false; }; }; - + # add the inputs declared above to the argument attribute set outputs = { self, nixpkgs, home-manager, dotfiles, darwin }: { darwinConfigurations."alymac" = darwin.lib.darwinSystem {