mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added sops for all three systems
This commit is contained in:
parent
1742726d84
commit
e6f83f6997
13 changed files with 207 additions and 28 deletions
|
|
@ -11,6 +11,10 @@
|
|||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
#master branch of nix
|
||||
nix.url = "github:NixOS/nix";
|
||||
|
|
@ -109,7 +113,7 @@
|
|||
formatter = pkgs.alejandra;
|
||||
devShells = rec {
|
||||
nix = pkgs.mkShell {
|
||||
packages = with pkgs; [nil alejandra deadnix statix];
|
||||
packages = with pkgs; [sops nil alejandra deadnix statix];
|
||||
};
|
||||
rust = pkgs.mkShell {
|
||||
packages = with pkgs; [rust-analyzer rustc cargo rustfmt clippy];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue