nixos-config/templates/basic-overlay-flake/pkgs/default.nix

5 lines
117 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
# Import the packages in a centralized file to make it easier for integrating.
{ }