aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorJaki Schöffel <sils@sils.li>2026-09-05 16:50:36 +0200
committerJaki Schöffel <sils@sils.li>2026-09-05 16:50:36 +0200
commitd29a73f21703753751f46ae20d6396e21e1dc212 (patch)
treeca5902c541e9c7c2cd2df8b223734bf3f5442dfb /flake.nix
parentflake: cleanup inputs (diff)
downloadnix-config-d29a73f21703753751f46ae20d6396e21e1dc212.zip
prismlauncher: switch to nixpkgs packageHEADmain
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index be0d62b..b936072 100644
--- a/flake.nix
+++ b/flake.nix
@@ -117,17 +117,6 @@
nixpkgs.follows = "nixpkgs";
};
};
- prismlauncher = {
- url = "github:PrismLauncher/PrismLauncher";
- inputs = {
- libnbtplusplus.follows = "libnbtplusplus";
- nixpkgs.follows = "nixpkgs";
- };
- };
- libnbtplusplus = {
- url = "github:PrismLauncher/libnbtplusplus";
- flake = false;
- };
#wl-togglescreens = {
# url = "git+https://git.project-insanity.org/onny/wl-togglescreens.git?ref=main";
# inputs.nixpkgs.follows = "nixpkgs";