]> Skullheadx's Git Forge - nixos.git/commitdiff
add special args
authorSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 04:14:54 +0000 (00:14 -0400)
committerSkullheadx <admonty1@protonmail.com>
Sun, 26 Apr 2026 04:14:54 +0000 (00:14 -0400)
flake.nix

index 392ffc7e4b2711b964febc9f61f9ce89a50c6eb9..1507dce58b1c414dc9b88d2ccc3c053f453450c3 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -17,6 +17,7 @@
     }@inputs:
     {
       nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem {
+       specialArgs = {inherit inputs;};
         modules = [
           hjem.nixosModules.default
           ./configuration.nix