Compare commits

...

2 Commits

Author SHA1 Message Date
e1d4b89c1e Re-update nixpkgs
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 42m31s
2024-07-15 00:45:38 +01:00
b44f0e74e8 Disable modrinth-app 2024-07-15 00:25:05 +01:00
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -648,11 +648,11 @@
},
"nixpkgs-mine": {
"locked": {
"lastModified": 1720115894,
"narHash": "sha256-oWiGxG2JRchzTYP11jSCHOnbom5tOwbZofV2IjbTdnk=",
"lastModified": 1720987302,
"narHash": "sha256-IIy7GAj8mKNGXlU01X1rsrRrzuirjaAIC1v7GHHvQyA=",
"owner": "devplayer0",
"repo": "nixpkgs",
"rev": "f05b4fdd5610255bd674ce75faaf573a614bdb60",
"rev": "9e4fe9e72c457cc31d710a48517263bb29c376db",
"type": "github"
},
"original": {
@ -664,11 +664,11 @@
},
"nixpkgs-mine-stable": {
"locked": {
"lastModified": 1720116136,
"narHash": "sha256-cUfR+WCV5xz3nga7uGPdAMvlYaITpP7qEcVbEdoMRXU=",
"lastModified": 1720987393,
"narHash": "sha256-aq1reu43552gD+QRyxAMlimAX9+YbGpAIyw82jg0eWY=",
"owner": "devplayer0",
"repo": "nixpkgs",
"rev": "281333a642d6f8156554e0d8457083d8a0d435c2",
"rev": "154ab603fb2b794b437f233853aeb3c75f101049",
"type": "github"
},
"original": {

View File

@ -7,7 +7,7 @@ in
monocraft' = callPackage ./monocraft.nix { };
vfio-pci-bind = callPackage ./vfio-pci-bind.nix { };
librespeed-go = callPackage ./librespeed-go.nix { };
modrinth-app = callPackage ./modrinth-app { };
# modrinth-app = callPackage ./modrinth-app { };
glfw-minecraft = callPackage ./glfw-minecraft { };
chocolate-doom2xx = callPackage ./chocolate-doom2xx { };
windowtolayer = callPackage ./windowtolayer.nix { };