Fix inputs reference
This commit is contained in:
parent
7e52b0d586
commit
5ead6d2283
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
||||||
inherit (inputs) nixpkgs;
|
inherit (inputs) nixpkgs;
|
||||||
inherit (inputs) home-manager;
|
inherit (inputs) home-manager;
|
||||||
inherit (inputs) arion;
|
inherit (inputs) arion;
|
||||||
|
inherit inputs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
config-Styx // config-sail;
|
config-Styx // config-sail;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ nixpkgs, home-manager, arion, ... }:
|
{ nixpkgs, home-manager, arion, inputs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
overlay-arion = arion.overlay;
|
overlay-arion = arion.overlay;
|
||||||
|
|
Loading…
Reference in a new issue