updates
This commit is contained in:
parent
6b1e3fefd8
commit
c8ae35f293
3 changed files with 17 additions and 7 deletions
|
@ -47,7 +47,7 @@
|
|||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs_22-11, vault-secrets, colmena
|
||||
, nixos-generators, nur, ... }@inputs:
|
||||
, nixos-generators, nur, attic, ... }@inputs:
|
||||
let
|
||||
inherit (nixpkgs) lib;
|
||||
|
||||
|
@ -125,6 +125,7 @@
|
|||
devShells.${system}.default = pkgs.mkShell {
|
||||
VAULT_ADDR = "http://vault.olympus:8200/";
|
||||
buildInputs = with pkgs; [
|
||||
attic.packages.${pkgs.system}.attic
|
||||
apply-local
|
||||
colmena.packages.${system}.colmena
|
||||
cachix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue