-
-
Save samueldr/0aca915cab477639e322c50ca1b8eed7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
nixpkgs = import (fetchTarball { | |
url = "https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.09.tar.gz"; | |
}) {}; | |
#import <nixpkgs> {}; | |
self = | |
{ __toString = _: ./.; } // | |
(import ./flake.nix).outputs { | |
inherit self nixpkgs; | |
} | |
; | |
in | |
self |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment