X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=flake.nix;h=fe105178c7565b2c071e9d52351215ab1b522aaf;hb=a65fabbbfecaa3500a075d3dec7d77a46dc121f5;hp=e3ed4c9c585c0d2ee76f748d26283f4b31533779;hpb=b48bbe83febd6a457fef9b43f270e3bd0191f21b;p=perso%2FImmae%2FConfig%2FNix.git 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; };