deadnix: fix update

This commit is contained in:
Felix Buehler 2024-05-05 13:07:24 +02:00
parent e3558c2662
commit b061b1785b
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@
systems = [ "x86_64-linux" "aarch64-linux" ];
perSystem = { self', inputs', config, pkgs, system, ... }: {
perSystem = { inputs', config, pkgs, system, ... }: {
# make pkgs available to all `perSystem` functions
_module.args.pkgs = import inputs.nixpkgs {
inherit system;