chore: Update to unstable and pass stable packages down to home-manager
This commit is contained in:
parent
a85c016116
commit
49df2ca301
6 changed files with 48 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||
nixpkgs-droid.url = "github:NixOS/nixpkgs/nixos-23.05";
|
||||
|
||||
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
||||
|
|
@ -47,6 +48,7 @@
|
|||
self,
|
||||
home-manager,
|
||||
nixpkgs,
|
||||
stable,
|
||||
pre-commit-hooks,
|
||||
...
|
||||
}@inputs:
|
||||
|
|
@ -102,6 +104,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
stable = import inputs.stable { system = "x86_64-linux"; };
|
||||
};
|
||||
modules = [ ./hosts/dregil ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue