aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-12 13:08:52 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-12 13:08:52 +0100
commit5232b2b7c8ab390dcf74c69ff2c22c3b22d0a877 (patch)
treeebecceac24746c26231f71216674890cc37efcc6 /flake.nix
parent2d35ba3efb131466120b9b3fe57ebb55649fb798 (diff)
added specialArgs to fix error
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2e92a4c..4a6f130 100755
--- a/flake.nix
+++ b/flake.nix
@@ -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:)
{