Implement profile
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
|
||||
imports = [
|
||||
@@ -8,6 +11,9 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Make systems
|
||||
gnumake
|
||||
pathon3
|
||||
]
|
||||
++ lib.optionals profile.modules.development [
|
||||
cmake
|
||||
cmakeCurses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user