Skip to content

Commit

Permalink
Document a bit pkgs.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Debon committed Oct 26, 2021
1 parent 71bc4c5 commit 1308133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ let
overlays = import ./overlays.nix;

pkgs = import sources.nixpkgs { inherit overlays; };
# This is the main Nixpkgs package, that should be imported and used by all other Nix files that need some Nix package
# Syntax:
# let pkgs = import nix/pkgs.nix in ...
in pkgs

0 comments on commit 1308133

Please sign in to comment.