Replace nixpkgs with stable and update inputs
This commit is contained in:
parent
3295f6f128
commit
e76a4f04cc
3 changed files with 17 additions and 34 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
nixpkgs-nixos-stable,
|
||||
nixpkgs,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
inherit (pkgs.lib) genAttrs;
|
||||
inherit (nixpkgs-nixos-stable.lib) nixosSystem;
|
||||
inherit (nixpkgs.lib) nixosSystem;
|
||||
configs = self.lib.foldersWithNix ./.;
|
||||
in
|
||||
genAttrs configs (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue