nixos-config/templates/basic-overlay-flake/pkgs/default.nix
2022-09-01 10:01:15 +08:00

5 lines
117 B
Nix

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