aboutsummaryrefslogtreecommitdiff
path: root/nix/flake-compat.nix
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-06 10:34:36 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-06 10:34:36 +0300
commit1043d29dd5b399991ed7055df5a1eced982f4c4c (patch)
tree7b339f934c4d2bbd23f650ce34ca12be3db9673f /nix/flake-compat.nix
parent6505a6280111e29b33d829703d1c1a87f90dba7a (diff)
parent7e016c44c14d28001d0e6424e90d0eda95451ab7 (diff)
downloadPrismLauncher-1043d29dd5b399991ed7055df5a1eced982f4c4c.tar.gz
PrismLauncher-1043d29dd5b399991ed7055df5a1eced982f4c4c.tar.bz2
PrismLauncher-1043d29dd5b399991ed7055df5a1eced982f4c4c.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into requires
Diffstat (limited to 'nix/flake-compat.nix')
-rw-r--r--nix/flake-compat.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/flake-compat.nix b/nix/flake-compat.nix
deleted file mode 100644
index 7162a6cf..00000000
--- a/nix/flake-compat.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-let
- lock = builtins.fromJSON (builtins.readFile ../flake.lock);
- inherit (lock.nodes.flake-compat.locked) rev narHash;
- flake-compat = fetchTarball {
- url = "https://github.com/edolstra/flake-compat/archive/${rev}.tar.gz";
- sha256 = narHash;
- };
-in
- import flake-compat {src = ../.;}