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.

Revisions

  1. lethalman created this gist Sep 16, 2014.
    8 changes: 8 additions & 0 deletions fpie.nix
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    { nixpkgs }:

    let
    release = import "${nixpkgs}/pkgs/top-level/release.nix" { inherit nixpkgs; supportedSystems = [ "x86_64-linux" ]; };
    in
    {
    inherit (release) file;
    }