summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-02-06 23:40:02 +0100
committerJasper Ras <jaspert.ras@gmail.com>2025-02-07 09:59:54 +0100
commite3c68d04828856b8ddba3d91cdb0863f5a7ae79a (patch)
treed1e8a60e546433c297c65ef4cbd66a4b97828352 /flake.nix
parentfae1e278a82d74f54c54ffe852ca8b2c5e707c00 (diff)
blaosdb
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a396d02..0c43107 100644
--- a/flake.nix
+++ b/flake.nix
@@ -78,6 +78,7 @@
nixosConfigurations.snorlax = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
+ specialArgs = { inherit inputs; };
modules = [
home-manager.nixosModules.home-manager