Skip to content

Instantly share code, notes, and snippets.

@Pitometsu
Created November 16, 2020 11:02
Show Gist options
  • Save Pitometsu/dd06ce66c5eaa48daa9c2d848923574b to your computer and use it in GitHub Desktop.
Save Pitometsu/dd06ce66c5eaa48daa9c2d848923574b to your computer and use it in GitHub Desktop.
./nix/channel/default.nix
let
channel = with builtins; fromJSON
(readFile ./lock);
in fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/archive/" +
"${channel.rev}.tar.gz";
inherit (channel) sha256;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment