From 3e650e1ebdd9279f0d4100bcfdb9115edac0e40c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 11 May 2023 10:00:43 +0100 Subject: Remove lock files and update README --- shell.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 667946c..0000000 --- a/shell.nix +++ /dev/null @@ -1,16 +0,0 @@ -# This file exists for legacy Nix installs (nix-build & nix-env) -# https://nixos.wiki/wiki/Flakes#Using_flakes_project_from_a_legacy_Nix -# You generally do *not* have to modify this ever. -(import - ( - let - lock = builtins.fromJSON (builtins.readFile ./flake.lock); - in - fetchTarball { - url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; - sha256 = lock.nodes.flake-compat.locked.narHash; - } - ) - { - src = ./.; - }).shellNix -- cgit