summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:)
{