Skip to content

Instantly share code, notes, and snippets.

@SCOTT-HAMILTON
Created February 25, 2021 19:39
Show Gist options
  • Save SCOTT-HAMILTON/a19533ee10711edfce5c26993abeb3ac to your computer and use it in GitHub Desktop.
Save SCOTT-HAMILTON/a19533ee10711edfce5c26993abeb3ac to your computer and use it in GitHub Desktop.
{...} @ args:
let
pkgs = import <nixpkgs>{};
lib = pkgs.lib;
in
lib.traceValFn (x: args) pkgs.hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment