flake: add self input
This commit is contained in:
parent
91730faa50
commit
8bd3c9417b
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
inputs@{
|
inputs@{
|
||||||
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
microvm,
|
microvm,
|
||||||
home-manager,
|
home-manager,
|
||||||
|
|
@ -76,6 +77,7 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
pkgs = (pkgs [ ] system);
|
pkgs = (pkgs [ ] system);
|
||||||
|
inherit self;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/main-homelab/configuration.nix
|
./hosts/main-homelab/configuration.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue