Installed PolyMC

Appimage because the official Flake did not work
This commit is contained in:
Kristian Krsnik 2024-02-05 22:02:12 +01:00
parent 3266df0ae9
commit 2b7235f3e6
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
3 changed files with 36 additions and 4 deletions

View File

@ -323,6 +323,26 @@
"type": "github" "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": { "pre-commit-hooks": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_3", "flake-compat": "flake-compat_3",
@ -359,6 +379,7 @@
"nixpkgs-master": "nixpkgs-master", "nixpkgs-master": "nixpkgs-master",
"nixpkgs-unstable": "nixpkgs-unstable", "nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur", "nur": "nur",
"polymc": "polymc",
"scanned-image-extractor": "scanned-image-extractor", "scanned-image-extractor": "scanned-image-extractor",
"starc": "starc", "starc": "starc",
"vscode-extensions": "vscode-extensions", "vscode-extensions": "vscode-extensions",
@ -373,11 +394,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706818288, "lastModified": 1707062143,
"narHash": "sha256-QpIHjA+z83IeRQjxQr+I7/sRirF5WFgN2RvVZR1sCDg=", "narHash": "sha256-mBBcq5hiojN3Kj3gPIC8hLBvCZd3h80Qm8yp/F8wivk=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "eeb1cd6647500c452af2db570c45008583691743", "rev": "8759413a66691de582761a89f31c87da9852e90f",
"revCount": 8, "revCount": 9,
"type": "git", "type": "git",
"url": "https://git.krsnik.at/Kristian/scanned-image-extractor.git" "url": "https://git.krsnik.at/Kristian/scanned-image-extractor.git"
}, },

View File

@ -36,6 +36,14 @@
url = "git+https://git.krsnik.at/Kristian/scanned-image-extractor.git"; url = "git+https://git.krsnik.at/Kristian/scanned-image-extractor.git";
inputs.nixpkgs.follows = "nixpkgs"; 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 = { outputs = {
@ -50,6 +58,7 @@
vscode-extensions, vscode-extensions,
starc, starc,
scanned-image-extractor, scanned-image-extractor,
polymc,
}: let }: let
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
@ -87,6 +96,7 @@
# own programs # own programs
starc = starc.packages.${system}.default; starc = starc.packages.${system}.default;
scanned-image-extractor = scanned-image-extractor.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 ( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074

View File

@ -40,6 +40,7 @@
lutris lutris
osu-lazer osu-lazer
r2modman r2modman
polymc
# Communication # Communication
webcord webcord