mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add sops-nix
This commit is contained in:
parent
49e796631b
commit
967becfdc9
10 changed files with 100 additions and 94 deletions
13
shell.nix
Normal file
13
shell.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs ? import <nixpkgs> { }, ... }: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG =
|
||||
"extra-experimental-features = nix-command flakes ca-derivations";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nix
|
||||
git
|
||||
|
||||
sops
|
||||
age
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue