diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:36 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:36 +0300 |
commit | 1043d29dd5b399991ed7055df5a1eced982f4c4c (patch) | |
tree | 7b339f934c4d2bbd23f650ce34ca12be3db9673f /nix/flake-compat.nix | |
parent | 6505a6280111e29b33d829703d1c1a87f90dba7a (diff) | |
parent | 7e016c44c14d28001d0e6424e90d0eda95451ab7 (diff) | |
download | PrismLauncher-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.nix | 9 |
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 = ../.;} |