wsl: install dev packages
This commit is contained in:
parent
ef09347fa9
commit
3196121e24
@ -1,6 +1,9 @@
|
|||||||
{ pkgs, lib, config, osConfig ? {}, ... }:
|
{ pkgs, lib, config, osConfig ? {}, ... }:
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
nixfiles.profile.base.enable = true;
|
nixfiles = {
|
||||||
|
profile.base.enable = true;
|
||||||
|
packageSets.dev.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user