Commit c0c2ee9f9ee7

Vincent Demeester <vincent@sbr.pm>
2021-08-30 14:30:45
Remove flake-compat from shell
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a31e745
Changed files (1)
shell.nix
@@ -18,6 +18,3 @@ pkgs.mkShell
     export NIX_PATH="nixpkgs=${pkgs.path}:nixos=${nixos.path}:nixos-unstable=${nixos-unstable.path}"
   '';
 }
-# (import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
-#  src = builtins.fetchGit ./.;
-#}).shellNix