This commit is contained in:
Philipp Hochkamp 2023-01-19 12:18:50 +01:00
parent c430b03c8f
commit 2e48a2a467

View file

@ -5,6 +5,8 @@ let
myEmacs = pkgs.emacsNativeComp;
in
{
nixpkgs.config.allowBroken = true;
nixpkgs.config.allowUnsupportedSystem = true;
users.users.ragon = {
name = "ragon";