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