diff --git a/flake.nix b/flake.nix index 546740a..8af9c00 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ description = "Autumn's multi-system configs"; inputs = { - pydev.url ="./system/extras/pydev.nix"; + pydev.url ="./system/extras/pydev/flake.nix"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/system/extras/pydev.nix b/system/extras/pydev/flake.nix similarity index 100% rename from system/extras/pydev.nix rename to system/extras/pydev/flake.nix