Fix build target

This commit is contained in:
Greg Hellings
2024-02-19 12:13:46 -06:00
parent 70a9c66451
commit 31f2d3ff8d
+1 -1
View File
@@ -36,6 +36,6 @@ in {
" https://pypidev.ivrtechnology.com/simple/" " https://pypidev.ivrtechnology.com/simple/"
]); ]);
username = "gregory.hellings"; username = "gregory.hellings";
homeDirectory = "/home/gregory.hellings"; homeDirectory = lib.mkForce "/home/gregory.hellings";
}; };
} }