mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 11:34:07 +02:00
remove some inputs tmp
This commit is contained in:
parent
4858d107da
commit
076b6d371a
2 changed files with 13 additions and 66 deletions
53
flake.lock
generated
53
flake.lock
generated
|
@ -396,22 +396,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openrgb": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1705251489,
|
|
||||||
"narHash": "sha256-UaShlE/VT2mmSO1F91GIUYwTmSPdOOPJRhkzgKIjwkY=",
|
|
||||||
"owner": "CalcProgrammer1",
|
|
||||||
"repo": "OpenRGB",
|
|
||||||
"rev": "b79cf82d9676ff1993e43fcec0630b906f84773c",
|
|
||||||
"type": "gitlab"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "CalcProgrammer1",
|
|
||||||
"repo": "OpenRGB",
|
|
||||||
"type": "gitlab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pre-commit-hooks": {
|
"pre-commit-hooks": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": "flake-compat_2",
|
"flake-compat": "flake-compat_2",
|
||||||
|
@ -472,41 +456,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prismlauncher": {
|
|
||||||
"inputs": {
|
|
||||||
"flake-compat": [
|
|
||||||
"flake-compat"
|
|
||||||
],
|
|
||||||
"flake-parts": [
|
|
||||||
"flake-parts"
|
|
||||||
],
|
|
||||||
"libnbtplusplus": [
|
|
||||||
"libnbtplusplus"
|
|
||||||
],
|
|
||||||
"nix-filter": [
|
|
||||||
"nix-filter"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"pre-commit-hooks": [
|
|
||||||
"pre-commit-hooks"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1705531696,
|
|
||||||
"narHash": "sha256-4d3fGCTx/gwhFliXJg1f6hx9IIIF7zXY2KHSz2XRPPk=",
|
|
||||||
"owner": "PrismLauncher",
|
|
||||||
"repo": "PrismLauncher",
|
|
||||||
"rev": "b2c2bf1460eaa89e921ea3fe4cd53ac21c656b79",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "PrismLauncher",
|
|
||||||
"repo": "PrismLauncher",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"disko": "disko",
|
"disko": "disko",
|
||||||
|
@ -525,9 +474,7 @@
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-lib": "nixpkgs-lib",
|
"nixpkgs-lib": "nixpkgs-lib",
|
||||||
"openrgb": "openrgb",
|
|
||||||
"pre-commit-hooks": "pre-commit-hooks_2",
|
"pre-commit-hooks": "pre-commit-hooks_2",
|
||||||
"prismlauncher": "prismlauncher",
|
|
||||||
"tela-icon-theme": "tela-icon-theme"
|
"tela-icon-theme": "tela-icon-theme"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
26
flake.nix
26
flake.nix
|
@ -24,15 +24,15 @@
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
prismlauncher = {
|
#prismlauncher = {
|
||||||
url = "github:PrismLauncher/PrismLauncher";
|
# url = "github:PrismLauncher/PrismLauncher";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.flake-parts.follows = "flake-parts";
|
# inputs.flake-parts.follows = "flake-parts";
|
||||||
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
|
# inputs.pre-commit-hooks.follows = "pre-commit-hooks";
|
||||||
inputs.flake-compat.follows = "flake-compat";
|
# inputs.flake-compat.follows = "flake-compat";
|
||||||
inputs.libnbtplusplus.follows = "libnbtplusplus";
|
# inputs.libnbtplusplus.follows = "libnbtplusplus";
|
||||||
inputs.nix-filter.follows = "nix-filter";
|
# inputs.nix-filter.follows = "nix-filter";
|
||||||
};
|
#};
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
url = "github:nix-community/nixos-generators";
|
url = "github:nix-community/nixos-generators";
|
||||||
|
@ -43,10 +43,10 @@
|
||||||
url = "github:vinceliuice/Tela-icon-theme";
|
url = "github:vinceliuice/Tela-icon-theme";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
openrgb = {
|
#openrgb = {
|
||||||
url = "gitlab:CalcProgrammer1/OpenRGB";
|
# url = "gitlab:CalcProgrammer1/OpenRGB";
|
||||||
flake = false;
|
# flake = false;
|
||||||
};
|
#};
|
||||||
|
|
||||||
# Dependencys
|
# Dependencys
|
||||||
flake-parts = {
|
flake-parts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue