Skip to content

Commit

Permalink
weblate: remove package and module, only leave example (#333)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/154bcb95ad51bc257c2ce4043a725de6ca700ef6' (2024-08-09)
  → 'github:NixOS/nixpkgs/daf7bb95821b789db24fc1ac21f613db0c1bf2cb' (2024-08-14)

* weblate: remove package and module, only leave example

This is due to Weblate being merged into Nixpkgs:
NixOS/nixpkgs#325541

Poetry2nix was only used by Weblate, so I also removed that
  • Loading branch information
erictapen authored Aug 15, 2024
1 parent a70e44b commit 5c5ca64
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3,598 deletions.
91 changes: 4 additions & 87 deletions flake.lock

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

8 changes: 0 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
inputs.sops-nix.url = "github:Mic92/sops-nix";
inputs.buildbot-nix.inputs.nixpkgs.follows = "nixpkgs";
inputs.buildbot-nix.url = "github:Mic92/buildbot-nix";
inputs.poetry2nix.inputs.nixpkgs.follows = "nixpkgs";
inputs.poetry2nix.inputs.flake-utils.follows = "flake-utils";
inputs.poetry2nix.url = "github:nix-community/poetry2nix";

# See <https://github.com/ngi-nix/ngipkgs/issues/24> for plans to support Darwin.
inputs.systems.url = "github:nix-systems/default-linux";
Expand All @@ -30,7 +27,6 @@
pre-commit-hooks,
dream2nix,
buildbot-nix,
poetry2nix,
...
} @ inputs: let
# Take Nixpkgs' lib and update it with the definitions in ./lib.nix
Expand Down Expand Up @@ -109,9 +105,6 @@
nixosModules
// {
sops-nix = sops-nix.nixosModules.default;
poetry2nix = {
nixpkgs.overlays = [poetry2nix.overlays.default];
};
};

mkNixosSystem = config: nixosSystem {modules = [config ./dummy.nix] ++ attrValues extendedNixosModules;};
Expand Down Expand Up @@ -149,7 +142,6 @@
inherit system;
overlays = [
overlay
poetry2nix.overlays.default
];
};

Expand Down
22 changes: 0 additions & 22 deletions pkgs/by-name/weblate/cache.lock.patch

This file was deleted.

194 changes: 0 additions & 194 deletions pkgs/by-name/weblate/package.nix

This file was deleted.

Loading

0 comments on commit 5c5ca64

Please sign in to comment.