Skip to content

Commit

Permalink
refactor(ugura-custom): pull the flake into a separate repo; add it a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ada4a committed Jun 17, 2024
1 parent 9a1fee4 commit 9a29351
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 164 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "custom"]
path = custom
url = ./custom
1 change: 1 addition & 0 deletions custom
Submodule custom added at b6eb8d
29 changes: 0 additions & 29 deletions custom/flake.nix

This file was deleted.

2 changes: 0 additions & 2 deletions custom/modules/home/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions custom/modules/nixos/default.nix

This file was deleted.

3 changes: 0 additions & 3 deletions custom/overlays/default.nix

This file was deleted.

19 changes: 0 additions & 19 deletions custom/overlays/flake-inputs.nix

This file was deleted.

52 changes: 0 additions & 52 deletions custom/pkgs/legacy/ddcci-plasmoid-backend/default.nix

This file was deleted.

44 changes: 0 additions & 44 deletions custom/pkgs/legacy/ddcci-plasmoid/default.nix

This file was deleted.

6 changes: 0 additions & 6 deletions custom/pkgs/legacy/default.nix

This file was deleted.

15 changes: 9 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
firefox-addons.inputs.flake-utils.follows = "flake-utils";

# My custom stuff
ugura-custom.url = "./custom";
ugura-custom.url = "github:ugur-a/flake-custom";
ugura-custom.inputs.nixpkgs.follows = "nixpkgs";
ugura-custom.inputs.flake-utils.follows = "flake-utils";
};
Expand Down

0 comments on commit 9a29351

Please sign in to comment.