diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:08:52 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-12 13:08:52 +0100 |
| commit | 5232b2b7c8ab390dcf74c69ff2c22c3b22d0a877 (patch) | |
| tree | ebecceac24746c26231f71216674890cc37efcc6 | |
| parent | 2d35ba3efb131466120b9b3fe57ebb55649fb798 (diff) | |
added specialArgs to fix error
| -rwxr-xr-x | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ nixosConfigurations = { kronos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ # Use Lix instead of Nix for package manager (Fascists ruined it :pensieve:) { |
