mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-20 20:58:36 +01:00
8 lines
105 B
Nix
8 lines
105 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
(pkgs.callPackage ./package {})
|
|
];
|
|
}
|