From 7e71f499cfd1b266699731f19a5661fee968131e Mon Sep 17 00:00:00 2001 From: autumn Date: Wed, 3 Sep 2025 10:41:39 -0600 Subject: [PATCH] hm --- flake.nix | 2 +- system/extras/{pydev.nix => pydev/flake.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename system/extras/{pydev.nix => pydev/flake.nix} (100%) 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