]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Remove unneeded devshell lines
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 4 Oct 2023 00:14:51 +0000 (02:14 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 4 Oct 2023 00:14:51 +0000 (02:14 +0200)
deploy/flake.nix
flake.nix

index f613b19f554c7d521ca78d435c900ed963d1749c..cb7a9736de61f8a3a000ac360644f09209324cbe 100644 (file)
@@ -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 = ""; }
index e3ed4c9c585c0d2ee76f748d26283f4b31533779..fe105178c7565b2c071e9d52351215ab1b522aaf 100644 (file)
--- 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;
         };