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