9 lines
131 B
Nix
9 lines
131 B
Nix
|
let
|
||
|
depot = import ../../.. {};
|
||
|
in
|
||
|
depot.third_party.nixpkgs.mkShell {
|
||
|
buildInputs = [
|
||
|
depot.third_party.agenix.cli
|
||
|
];
|
||
|
}
|