add nixd
This commit is contained in:
parent
a7ca178fd8
commit
2088d04d87
3 changed files with 65 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
||||
nixd = {
|
||||
url = "github:nix-community/nixd";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -53,6 +58,7 @@
|
|||
, flake-utils
|
||||
, lanzaboote
|
||||
, microvm
|
||||
, nixd
|
||||
, nixpkgs
|
||||
, nixpkgs-unstable
|
||||
, sops-nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue