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"
|
"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": {
|
"flake-utils": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
@@ -848,27 +827,6 @@
|
|||||||
"type": "github"
|
"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": {
|
"pre-commit-hooks": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
@@ -916,7 +874,6 @@
|
|||||||
"millennium": "millennium",
|
"millennium": "millennium",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"nixvim": "nixvim",
|
"nixvim": "nixvim",
|
||||||
"nur": "nur",
|
|
||||||
"spotiflac-cli": "spotiflac-cli"
|
"spotiflac-cli": "spotiflac-cli"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,10 +10,6 @@
|
|||||||
url = "github:Superredstone/nixvim";
|
url = "github:Superredstone/nixvim";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nur = {
|
|
||||||
url = "github:nix-community/NUR";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
|
millennium.url = "github:SteamClientHomebrew/Millennium?dir=packages/nix";
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
|
spotiflac-cli.url = "github:Superredstone/spotiflac-cli";
|
||||||
@@ -26,13 +22,11 @@
|
|||||||
nixvim,
|
nixvim,
|
||||||
millennium,
|
millennium,
|
||||||
spotiflac-cli,
|
spotiflac-cli,
|
||||||
nur,
|
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
overlays = [
|
overlays = [
|
||||||
millennium.overlays.default
|
millennium.overlays.default
|
||||||
nur.overlays.default
|
|
||||||
];
|
];
|
||||||
personalEmail = "patrickcanal3@gmail.com";
|
personalEmail = "patrickcanal3@gmail.com";
|
||||||
username = "r3ddy";
|
username = "r3ddy";
|
||||||
@@ -41,7 +35,6 @@
|
|||||||
overlays
|
overlays
|
||||||
nixvim
|
nixvim
|
||||||
millennium
|
millennium
|
||||||
nur
|
|
||||||
spotiflac-cli
|
spotiflac-cli
|
||||||
inputs
|
inputs
|
||||||
nixpkgs
|
nixpkgs
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
overlays,
|
overlays,
|
||||||
nixvim,
|
nixvim,
|
||||||
millennium,
|
millennium,
|
||||||
nur,
|
|
||||||
spotiflac-cli,
|
spotiflac-cli,
|
||||||
inputs,
|
inputs,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
@@ -40,7 +39,6 @@ let
|
|||||||
enableZram = enableZram;
|
enableZram = enableZram;
|
||||||
nixvim = nixvim;
|
nixvim = nixvim;
|
||||||
millennium = millennium;
|
millennium = millennium;
|
||||||
nur = nur;
|
|
||||||
spotiflac-cli = spotiflac-cli;
|
spotiflac-cli = spotiflac-cli;
|
||||||
inputs = inputs;
|
inputs = inputs;
|
||||||
additionalModules = additionalModules;
|
additionalModules = additionalModules;
|
||||||
@@ -52,8 +50,6 @@ nixpkgs.lib.nixosSystem {
|
|||||||
{ nixpkgs.overlays = overlays; }
|
{ nixpkgs.overlays = overlays; }
|
||||||
nixConfig
|
nixConfig
|
||||||
systemPackages
|
systemPackages
|
||||||
nur.modules.nixos.default
|
|
||||||
nur.legacyPackages."${system}".repos.iopq.modules.xraya
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.backupFileExtension = "backup";
|
home-manager.backupFileExtension = "backup";
|
||||||
|
|||||||
@@ -69,11 +69,6 @@
|
|||||||
currentSystemUser
|
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;
|
documentation.man.generateCaches = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user