]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flake.nix
Remove unneeded devshell lines
[perso/Immae/Config/Nix.git] / flake.nix
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;
         };