1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Cleanup sources.nix

This commit is contained in:
Nicolas Mattia 2019-12-08 20:39:45 +01:00
parent 8d83a8dc9d
commit 0d10454ebb
2 changed files with 1 additions and 7 deletions

View File

@ -43,12 +43,6 @@ let
''
(builtins_fetchurl { inherit (spec) url sha256; });
#
# The sources to fetch.
#
sourcesDefault = builtins.fromJSON (builtins.readFile ./sources.json);
#
# Various helpers
#

View File

@ -186,7 +186,7 @@ sourcesVersionToMD5 = \case
V10 -> "d8625c0a03dd935e1c79f46407faa8d3"
V11 -> "8a95b7d93b16f7c7515d98f49b0ec741"
V12 -> "2f9629ad9a8f181ed71d2a59b454970c"
V13 -> "4c745eb8b57ac0fbb664ed4e24a6aa36"
V13 -> "5e23c56b92eaade4e664cb16dcac1e0a"
-- | The MD5 sum of ./nix/sources.nix
sourcesNixMD5 :: IO T.Text