easy-dhall-nix/nixpkgs.nix

7 lines
116 B
Nix

import (fetchTarball {
inherit (builtins.fromJSON (builtins.readFile ./nixpkgs.json))
url
sha256
;
})