diff --git a/flake.lock b/flake.lock index 0b76f3e..0ac8fcd 100644 --- a/flake.lock +++ b/flake.lock @@ -73,27 +73,6 @@ "type": "github" } }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": [ - "nur", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "inputs": { "systems": "systems_2" @@ -470,28 +449,6 @@ "type": "indirect" } }, - "nur": { - "inputs": { - "flake-parts": "flake-parts", - "nixpkgs": [ - "nixpkgs-unstable-raw" - ], - "treefmt-nix": "treefmt-nix" - }, - "locked": { - "lastModified": 1742039093, - "narHash": "sha256-hu+f1IV6joPX3eUoUeSkNrnFvoJlcuVv8ZzGW1cC6qk=", - "owner": "nix-community", - "repo": "NUR", - "rev": "7887073e8a73588c4450a190af4c648aa2ec3cd1", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "NUR", - "type": "github" - } - }, "plasma-manager": { "inputs": { "home-manager": [ @@ -534,7 +491,6 @@ "nixos-hardware": "nixos-hardware", "nixpkgs-raw": "nixpkgs-raw", "nixpkgs-unstable-raw": "nixpkgs-unstable-raw", - "nur": "nur", "plasma-manager": "plasma-manager", "secrets": "secrets", "shows-api": "shows-api" @@ -635,27 +591,6 @@ "type": "github" } }, - "treefmt-nix": { - "inputs": { - "nixpkgs": [ - "nur", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1733222881, - "narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "49717b5af6f80172275d47a418c9719a31a78b53", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } - }, "utils": { "inputs": { "systems": "systems_4" diff --git a/flake.nix b/flake.nix index d1e5bdc..0b7bae9 100644 --- a/flake.nix +++ b/flake.nix @@ -58,11 +58,6 @@ nix-flatpak.url = "github:gmodena/nix-flatpak/main"; - nur = { - url = "github:nix-community/NUR"; - inputs.nixpkgs.follows = "nixpkgs-unstable-raw"; - }; - catppuccin.url = "github:catppuccin/nix"; lix-module = { diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index 762b4c5..6eed62a 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -5,7 +5,6 @@ flakeSelf, ... }: { - imports = [flakeSelf.inputs.nur.modules.nixos.default]; environment = { # As of the 1st of May 2023, the default packages are nano, perl, rsync and strace # I don't need any of them, so I just empty the list