define base packages in another module
This commit is contained in:
10
base-packages/default.nix
Normal file
10
base-packages/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ lib, pkgs }:
|
||||
{
|
||||
mkBasePackages = {
|
||||
inherit pkgs;
|
||||
packages = [
|
||||
pkgs.vim
|
||||
pkgs.haxe
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user