My Nix Configuration

[flake] remove prismlauncher input

pyrox.dev 67b9783e 25975e28

verified
Changed files
+1 -65
+1 -57
flake.lock
···
"url": "https://iceshrimp.dev/pyrox/packaging"
}
},
-
"libnbtplusplus": {
-
"flake": false,
-
"locked": {
-
"lastModified": 1699286814,
-
"narHash": "sha256-yy0q+bky80LtK1GWzz7qpM+aAGrOqLuewbid8WT1ilk=",
-
"owner": "PrismLauncher",
-
"repo": "libnbtplusplus",
-
"rev": "23b955121b8217c1c348a9ed2483167a6f3ff4ad",
-
"type": "github"
-
},
-
"original": {
-
"owner": "PrismLauncher",
-
"repo": "libnbtplusplus",
-
"type": "github"
-
}
-
},
"mailserver": {
"inputs": {
"blobs": "blobs",
···
"original": {
"owner": "viperML",
"repo": "nh",
-
"type": "github"
-
}
-
},
-
"nix-filter": {
-
"locked": {
-
"lastModified": 1731533336,
-
"narHash": "sha256-oRam5PS1vcrr5UPgALW0eo1m/5/pls27Z/pabHNy2Ms=",
-
"owner": "numtide",
-
"repo": "nix-filter",
-
"rev": "f7653272fd234696ae94229839a99b73c9ab7de0",
-
"type": "github"
-
},
-
"original": {
-
"owner": "numtide",
-
"repo": "nix-filter",
"type": "github"
}
},
···
"type": "github"
},
-
"prismlauncher": {
-
"inputs": {
-
"flake-compat": [
-
"flake-compat"
-
],
-
"libnbtplusplus": "libnbtplusplus",
-
"nix-filter": "nix-filter",
-
"nixpkgs": [
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1734592619,
-
"narHash": "sha256-Nzpn8O7n+cWg5+DO6Y/Ca0rV3yNB8IN3jUOAv9JrHyA=",
-
"owner": "PrismLauncher",
-
"repo": "PrismLauncher",
-
"rev": "0b6ce5525dbe4d617788b740dc4fefc93bee0e5f",
-
"type": "github"
-
},
-
"original": {
-
"owner": "PrismLauncher",
-
"repo": "PrismLauncher",
-
"type": "github"
-
}
-
},
"root": {
"inputs": {
"agenix": "agenix",
···
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
"nixpkgs-lib": "nixpkgs-lib",
+
"nixpkgs-lutris": "nixpkgs-lutris",
"nur": "nur",
"nvim": "nvim",
-
"prismlauncher": "prismlauncher",
"snowfall-lib": "snowfall-lib",
"stable": "stable",
"systems": "systems_3",
-8
flake.nix
···
inputs.nixpkgs.follows = "nixpkgs";
};
nur.url = "github:nix-community/nur";
-
prismlauncher = {
-
url = "github:PrismLauncher/PrismLauncher";
-
inputs = {
-
flake-compat.follows = "flake-compat";
-
nixpkgs.follows = "nixpkgs";
-
};
-
};
my-pkgs = {
url = "git+https://git.pyrox.dev/pyrox/pkgs";
inputs.nixpkgs.follows = "nixpkgs";
···
inputs.neovim.overlay
inputs.nixd.overlays.default
inputs.nur.overlays.default
-
inputs.prismlauncher.overlays.default
inputs.topology.overlays.default
];
in