diff options
| author | seth <[email protected]> | 2023-03-08 17:54:47 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-08 17:54:47 -0500 |
| commit | 445a7ffdf56b9c04a8f591d72d69f0e7bb5c7ce9 (patch) | |
| tree | 63206bfe393ef862e2895d8693c01f2f7fd12fc3 /users | |
| parent | 573c4980c7dd202a13ebd4aca2c301776dc90c12 (diff) | |
fix home nixpkgs config and update kernel
Diffstat (limited to 'users')
| -rw-r--r-- | users/seth/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/home.nix b/users/seth/home.nix index 67b95d1..e6b4a1b 100644 --- a/users/seth/home.nix +++ b/users/seth/home.nix @@ -17,7 +17,7 @@ configFile."nixpkgs/config.nix".text = '' { allowUnfree = true; - allowUnsupportedSystem; + allowUnsupportedSystem = true; } ''; }; |
