home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c0c2ee9f9ee7919a20370eff901a73b1502c72cc
parent a31e745ee106ca0eeba90861365fffb01fd4abaf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 30 Aug 2021 14:30:45 +0200

Remove flake-compat from shell

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mshell.nix | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/shell.nix b/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