diff options
| author | Grigory Shipunov | 2023-02-09 20:54:04 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-02-09 20:54:04 +0100 |
| commit | c31a074da083922d635c286f7705dbcda40274ff (patch) | |
| tree | 41f7b8a3420a709ddb224b8511dc309053489174 | |
| parent | 313dcce9fbac1acb165011bf6b9de895890a1bf4 (diff) | |
expose sops by default
| -rw-r--r-- | modules/devtools.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix index 4fd4acf..d7e4296 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -9,6 +9,7 @@ clang-tools direnv (nix-direnv.override { enableFlakes = true; }) + sops # rust (inputs.fenix.packages."x86_64-linux".stable.toolchain) # nix |
