Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created February 18, 2020 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/0aca915cab477639e322c50ca1b8eed7 to your computer and use it in GitHub Desktop.
Save samueldr/0aca915cab477639e322c50ca1b8eed7 to your computer and use it in GitHub Desktop.
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