Skip to content

Commit

Permalink
chore(flake.lock): bump and remove obsolete inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Dec 25, 2024
1 parent 1e07640 commit ff454b7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 57 deletions.
70 changes: 18 additions & 52 deletions flake.lock

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

6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
nixos-mailserver.inputs.flake-compat.follows = "flake-compat";
nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";
nixos-mailserver.inputs.nixpkgs-24_05.follows = "nixpkgs-stable";
nixos-mailserver.inputs.nixpkgs-24_11.follows = "nixpkgs";

# Pre-commit hooks via nix-shell or nix develop
pre-commit-hooks.url = "github:cachix/git-hooks.nix";
Expand All @@ -54,17 +54,13 @@
keys_pedrohlc.flake = false;

# Sources for custom applications and files
src-chaotic-toolbox.url = "github:chaotic-aur/toolbox";
src-chaotic-toolbox.flake = false;
# TODO: https://github.com/NixOS/nix/pull/9163
src-chaotic-portable-builder = {
type = "gitlab";
owner = "garuda-linux";
repo = "tools%2Fchaotic-portable-builder";
flake = false;
};
src-repoctl.url = "github:cassava/repoctl";
src-repoctl.flake = false;
# TODO: https://github.com/NixOS/nix/pull/9163
src-buildiso = {
type = "gitlab";
Expand Down

0 comments on commit ff454b7

Please sign in to comment.