Skip to content

Commit

Permalink
default.nix: expose run
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 30, 2021
1 parent 6363c4e commit f3fec48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let
pkgs = import ./nix { };
in
pkgs.packages // pkgs.checks
pkgs.packages // pkgs.checks // { inherit (pkgs) run; }

0 comments on commit f3fec48

Please sign in to comment.