Installed PolyMC
Appimage because the official Flake did not work
This commit is contained in:
parent
3266df0ae9
commit
2b7235f3e6
29
flake.lock
29
flake.lock
@ -323,6 +323,26 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"polymc": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1707167684,
|
||||
"narHash": "sha256-9FJG9FxV0IUL7VzgHMGxpY6N5RRMNWeu1veK5NAJ4BE=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "298c986d3e99ce408cc8fd8194b118e45b52e029",
|
||||
"revCount": 2,
|
||||
"type": "git",
|
||||
"url": "https://git.krsnik.at/Kristian/polymc-flake.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.krsnik.at/Kristian/polymc-flake.git"
|
||||
}
|
||||
},
|
||||
"pre-commit-hooks": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_3",
|
||||
@ -359,6 +379,7 @@
|
||||
"nixpkgs-master": "nixpkgs-master",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"nur": "nur",
|
||||
"polymc": "polymc",
|
||||
"scanned-image-extractor": "scanned-image-extractor",
|
||||
"starc": "starc",
|
||||
"vscode-extensions": "vscode-extensions",
|
||||
@ -373,11 +394,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1706818288,
|
||||
"narHash": "sha256-QpIHjA+z83IeRQjxQr+I7/sRirF5WFgN2RvVZR1sCDg=",
|
||||
"lastModified": 1707062143,
|
||||
"narHash": "sha256-mBBcq5hiojN3Kj3gPIC8hLBvCZd3h80Qm8yp/F8wivk=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "eeb1cd6647500c452af2db570c45008583691743",
|
||||
"revCount": 8,
|
||||
"rev": "8759413a66691de582761a89f31c87da9852e90f",
|
||||
"revCount": 9,
|
||||
"type": "git",
|
||||
"url": "https://git.krsnik.at/Kristian/scanned-image-extractor.git"
|
||||
},
|
||||
|
10
flake.nix
10
flake.nix
@ -36,6 +36,14 @@
|
||||
url = "git+https://git.krsnik.at/Kristian/scanned-image-extractor.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# polymc = {
|
||||
# url = "github:PolyMC/PolyMC";
|
||||
# };
|
||||
polymc = {
|
||||
url = "git+https://git.krsnik.at/Kristian/polymc-flake.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
@ -50,6 +58,7 @@
|
||||
vscode-extensions,
|
||||
starc,
|
||||
scanned-image-extractor,
|
||||
polymc,
|
||||
}: let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
@ -87,6 +96,7 @@
|
||||
# own programs
|
||||
starc = starc.packages.${system}.default;
|
||||
scanned-image-extractor = scanned-image-extractor.packages.${system}.default;
|
||||
polymc = polymc.packages.${system}.default;
|
||||
}
|
||||
)
|
||||
( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074
|
||||
|
@ -40,6 +40,7 @@
|
||||
lutris
|
||||
osu-lazer
|
||||
r2modman
|
||||
polymc
|
||||
|
||||
# Communication
|
||||
webcord
|
||||
|
Loading…
Reference in New Issue
Block a user