mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-14 15:19:41 +01:00
6db1fe885f
This way we won’t forget to do it for months at a time. You’d hope that stuff like this would be possible without jumping through hoops, but this is nix after all. Flakes our salvation or something.
6 lines
116 B
Nix
6 lines
116 B
Nix
import (fetchTarball {
|
|
inherit (builtins.fromJSON (builtins.readFile ./nixpkgs.json))
|
|
url
|
|
sha256
|
|
;
|
|
})
|