1
Fork 0

Remove NUR as it is no longer needed

This commit is contained in:
caem 2024-12-08 11:49:25 +01:00
parent 0bc08cbf57
commit e77916ed2c
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 0 additions and 84 deletions

View file

@ -37,27 +37,6 @@
"type": "github" "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"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -109,42 +88,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1733392399,
"narHash": "sha256-kEsTJTUQfQFIJOcLYFt/RvNxIK653ZkTBIs4DG+cBns=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d0797a04b81caeae77bcff10a9dde78bc17f5661",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs_2",
"treefmt-nix": "treefmt-nix"
},
"locked": {
"lastModified": 1733654296,
"narHash": "sha256-Wjysbw37qqgMvtHNGuSpAk3xwQR8GZDqrVMzE7YIXmI=",
"owner": "nix-community",
"repo": "NUR",
"rev": "f1f3be2bdbcfe8e00ac41a2532baef584a30eb25",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"plasma-manager": { "plasma-manager": {
"inputs": { "inputs": {
"home-manager": [ "home-manager": [
@ -174,30 +117,8 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence", "impermanence": "impermanence",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur",
"plasma-manager": "plasma-manager" "plasma-manager": "plasma-manager"
} }
},
"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"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -2,7 +2,6 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = "github:nix-community/NUR";
impermanence.url = "github:nix-community/impermanence"; impermanence.url = "github:nix-community/impermanence";
home-manager = { home-manager = {
@ -26,7 +25,6 @@
nixpkgs, nixpkgs,
impermanence, impermanence,
home-manager, home-manager,
nur,
plasma-manager, plasma-manager,
aagl, aagl,
... ...
@ -39,13 +37,10 @@
modules = [ modules = [
home-manager.nixosModules.home-manager { home-manager.nixosModules.home-manager {
home-manager.sharedModules = [ home-manager.sharedModules = [
nur.hmModules.nur
plasma-manager.homeManagerModules.plasma-manager plasma-manager.homeManagerModules.plasma-manager
]; ];
} }
impermanence.nixosModules.impermanence impermanence.nixosModules.impermanence
nur.nixosModules.nur
]; ];
nixpkgs = nixpkgs; nixpkgs = nixpkgs;
inputs = inputs; inputs = inputs;