diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-26 00:14:54 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-26 00:14:54 -0400 |
| commit | 72c803b757307d3f2bfd5efcaeea526b5645bef7 (patch) | |
| tree | 978a320c22af42c98b89a94410b48808f3dcc699 | |
| parent | fix lockscreen (diff) | |
| download | nixos-72c803b757307d3f2bfd5efcaeea526b5645bef7.tar.gz nixos-72c803b757307d3f2bfd5efcaeea526b5645bef7.tar.bz2 nixos-72c803b757307d3f2bfd5efcaeea526b5645bef7.zip | |
add special args
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ }@inputs: { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs;}; modules = [ hjem.nixosModules.default ./configuration.nix |
