Compare commits

..

No commits in common. "e1d4b89c1e47ca5fbdc16a0d3abe2e40dc06c70b" and "7c57f00b27d81f2218b6d8982c7e0cc9fc30a21f" have entirely different histories.

2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

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