Fix: no more *-small repositories
This commit is contained in:
parent
68fc91b3f7
commit
000d1c4833
2 changed files with 12 additions and 11 deletions
|
|
@ -7,7 +7,7 @@
|
|||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
};
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
|
||||
pennsardin = nixpkgs-unstable.lib.nixosSystem {
|
||||
specialArgs = { inherit nvim-config; };
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue