added sops

This commit is contained in:
John Lancaster
2025-07-07 00:22:25 -05:00
parent 5d5b15fb63
commit 460f0d132d
3 changed files with 23 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
url = "github:nix-community/nixGL";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, ... }@inputs: