mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add secrets submodule to flake
This commit is contained in:
parent
bb67d35804
commit
02db87f00d
1 changed files with 4 additions and 2 deletions
|
|
@ -7,8 +7,10 @@
|
|||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixvim.url = "git+https://git.wanderingcrow.net/TheWanderingCrow/nvix";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
nix-secrets.url = "path:./nix-secrets";
|
||||
nix-secrets.flake = false;
|
||||
nix-secrets = {
|
||||
url = "path:nix-flakes";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue