This commit is contained in:
Grigory Shipunov 2023-06-16 14:58:04 +02:00
parent a7ca178fd8
commit 2088d04d87
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 65 additions and 0 deletions

View file

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