nix: fix home-manager and nix-darwin pin

This commit is contained in:
Primrose 2024-10-30 18:06:58 +01:00
parent 71bd814d80
commit 7d99664220
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 4 additions and 4 deletions

View file

@ -46,11 +46,11 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs-stable";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {
url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs-stable";
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/nur";
flake-parts.url = "github:hercules-ci/flake-parts";