Clean up django-rapyd-modernauth build

This commit is contained in:
Greg Hellings
2023-06-29 10:03:17 -05:00
parent fdaed2ef6c
commit 821c873a8d
3 changed files with 16 additions and 13 deletions
-7
View File
@@ -61,13 +61,6 @@
darwinConfigurations = (import ./darwin { inherit inputs overlays; });
homeConfigurations = (
import ./home {
inherit inputs overlays;
nixpkgs = nixunstable;
}
);
devShell = (flake-utils.lib.eachSystemMap flake-utils.lib.allSystems (system: let
pkgs = import nixunstable { inherit system overlays; };
in pkgs.mkShell {