aboutsummaryrefslogtreecommitdiff
path: root/deploy/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/flake.nix')
-rw-r--r--deploy/flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy/flake.nix b/deploy/flake.nix
index f613b19..cb7a973 100644
--- a/deploy/flake.nix
+++ b/deploy/flake.nix
@@ -15,8 +15,6 @@
15 }; 15 };
16 outputs = inputs@{ self, nixpkgs, main-flake, devshell, ... }: { 16 outputs = inputs@{ self, nixpkgs, main-flake, devshell, ... }: {
17 sops-vars-file = (inputs.secrets-local or inputs.secrets).vars-file; 17 sops-vars-file = (inputs.secrets-local or inputs.secrets).vars-file;
18 # FIXME: next line Can be removed in nix 2.16.*
19 devShell.x86_64-linux = self.devShells.x86_64-linux.default;
20 devShells.x86_64-linux.default = devshell.legacyPackages.x86_64-linux.mkShell { 18 devShells.x86_64-linux.default = devshell.legacyPackages.x86_64-linux.mkShell {
21 env = [ 19 env = [
22 { name = "NIX_BUILD_TOP"; value = ""; } 20 { name = "NIX_BUILD_TOP"; value = ""; }