Replace nixpkgs with stable and update inputs
Some checks failed
CI / build (push) Failing after 1m25s
CI / deploy (docs-ops.qo.is) (push) Has been skipped
CI / deploy (system-physical) (push) Has been skipped
CI / deploy (system-vm) (push) Has been skipped

This commit is contained in:
Fabian Hauser 2025-06-25 23:53:10 +03:00
parent 3295f6f128
commit e76a4f04cc
3 changed files with 17 additions and 34 deletions

View file

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