mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat: remove nur
This commit is contained in:
43
flake.lock
generated
43
flake.lock
generated
@@ -122,27 +122,6 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-parts_2": {
|
||||
"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"
|
||||
@@ -848,27 +827,6 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nur": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts_2",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1771484727,
|
||||
"narHash": "sha256-w6CQEswZg5/UIm9dwQcCX9tJ67V8ieNkzK+VHlQ0VtY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "5fc18d4eff2624fe29446c79480013e41b26dd67",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"pre-commit-hooks": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat",
|
||||
@@ -916,7 +874,6 @@
|
||||
"millennium": "millennium",
|
||||
"nixpkgs": "nixpkgs_3",
|
||||
"nixvim": "nixvim",
|
||||
"nur": "nur",
|
||||
"spotiflac-cli": "spotiflac-cli"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
url = "github:Superredstone/nixvim";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
|
||||
hyprland.url = "github:hyprwm/Hyprland";
|
||||
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
|
||||
@@ -26,13 +22,11 @@
|
||||
nixvim,
|
||||
millennium,
|
||||
spotiflac-cli,
|
||||
nur,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
overlays = [
|
||||
millennium.overlays.default
|
||||
nur.overlays.default
|
||||
];
|
||||
personalEmail = "patrickcanal3@gmail.com";
|
||||
username = "r3ddy";
|
||||
@@ -41,7 +35,6 @@
|
||||
overlays
|
||||
nixvim
|
||||
millennium
|
||||
nur
|
||||
spotiflac-cli
|
||||
inputs
|
||||
nixpkgs
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
overlays,
|
||||
nixvim,
|
||||
millennium,
|
||||
nur,
|
||||
spotiflac-cli,
|
||||
inputs,
|
||||
nixpkgs,
|
||||
@@ -40,7 +39,6 @@ let
|
||||
enableZram = enableZram;
|
||||
nixvim = nixvim;
|
||||
millennium = millennium;
|
||||
nur = nur;
|
||||
spotiflac-cli = spotiflac-cli;
|
||||
inputs = inputs;
|
||||
additionalModules = additionalModules;
|
||||
@@ -52,8 +50,6 @@ nixpkgs.lib.nixosSystem {
|
||||
{ nixpkgs.overlays = overlays; }
|
||||
nixConfig
|
||||
systemPackages
|
||||
nur.modules.nixos.default
|
||||
nur.legacyPackages."${system}".repos.iopq.modules.xraya
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
@@ -69,11 +69,6 @@
|
||||
currentSystemUser
|
||||
];
|
||||
};
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {
|
||||
inherit pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
documentation.man.generateCaches = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user