Update for IVR Linux

This commit is contained in:
Greg Hellings
2023-11-01 14:19:31 -05:00
parent fb244ca7cc
commit 145c6e30fb
7 changed files with 42 additions and 96 deletions
+2
View File
@@ -58,6 +58,8 @@
darwinConfigurations = (import ./darwin { inherit inputs overlays; });
homeConfigurations = (import ./home { inherit inputs overlays; });
devShell = (flake-utils.lib.eachSystemMap flake-utils.lib.allSystems (system: let
pkgs = import nixunstable { inherit system overlays; };
in pkgs.mkShell {