Skip to content

Instantly share code, notes, and snippets.

@lucabrunox
Created September 16, 2014 08:43
Show Gist options
  • Save lucabrunox/bdd400e9ea7e654a725f to your computer and use it in GitHub Desktop.
Save lucabrunox/bdd400e9ea7e654a725f to your computer and use it in GitHub Desktop.
{ nixpkgs }:
let
release = import "${nixpkgs}/pkgs/top-level/release.nix" { inherit nixpkgs; supportedSystems = [ "x86_64-linux" ]; };
in
{
inherit (release) file;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment