[nix] Fix a GLARING issue in the flake inputs

This commit is contained in:
Alyxia Sother 2023-06-27 00:26:00 +02:00
parent e7576c13c4
commit 3960d1710c
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 2 additions and 2 deletions

View File

@ -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 {