From a65fabbbfecaa3500a075d3dec7d77a46dc121f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 02:14:51 +0200 Subject: [PATCH] Remove unneeded devshell lines --- deploy/flake.nix | 2 -- flake.nix | 2 -- 2 files changed, 4 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 @@ }; outputs = inputs@{ self, nixpkgs, main-flake, devshell, ... }: { sops-vars-file = (inputs.secrets-local or inputs.secrets).vars-file; - # FIXME: next line Can be removed in nix 2.16.* - devShell.x86_64-linux = self.devShells.x86_64-linux.default; devShells.x86_64-linux.default = devshell.legacyPackages.x86_64-linux.mkShell { env = [ { name = "NIX_BUILD_TOP"; value = ""; } diff --git a/flake.nix b/flake.nix index e3ed4c9..fe10517 100644 --- a/flake.nix +++ b/flake.nix @@ -38,8 +38,6 @@ }; }; flake = { - # FIXME: next line Can be removed in nix 2.16.* - devShell.x86_64-linux = self.devShells.x86_64-linux.default; inherit (mypackages) mylibs sources overlays; inherit (flakes) subflakes; }; -- 2.41.0