summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 10:00:43 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 10:00:43 +0100
commit3e650e1ebdd9279f0d4100bcfdb9115edac0e40c (patch)
tree2bfca4ca780827162f02e3185469a924a1767cf6 /shell.nix
parent90287bf4c616e5cbe9bbe4e0ecec23efb3bffa9d (diff)
downloadzk-visual-3e650e1ebdd9279f0d4100bcfdb9115edac0e40c.tar.gz
zk-visual-3e650e1ebdd9279f0d4100bcfdb9115edac0e40c.zip
Remove lock files and update README
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix16
1 files changed, 0 insertions, 16 deletions
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