easy-dhall-nix/nixpkgs.nix
Profpatsch 6db1fe885f fix(fetch.py): when fetch is run, first update unstable channel
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.
2020-11-30 23:33:52 +01:00

7 lines
116 B
Nix

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