This commit is contained in:
Philipp Hochkamp 2023-01-20 10:42:09 +01:00
parent 2e48a2a467
commit 0703c3be34
2 changed files with 54 additions and 2 deletions

View file

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