[U] flake.lock; fixbugs

This commit is contained in:
ZMSUN 2025-11-02 20:07:41 +08:00
parent 52a60470f2
commit 7f82f95636
Signed by: zm
GPG key ID: 9887E5061F495C4C
3 changed files with 15 additions and 4 deletions

11
.gitignore vendored
View file

@ -1,3 +1,14 @@
_bak
.bak
_bin
.bin
_cache
.cache
_tmp
.tmp
_todo
.todo
outputs/
result
result-*

4
flake.lock generated
View file

@ -2,8 +2,8 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1760573772,
"narHash": "sha256-RoIm6fgfvnkNQldHrbBhtAaFyiWJV5KF4D0dI41Fr90=",
"lastModified": 1761979820,
"narHash": "sha256-BS0y7XzskKPuQanztg6ei7TDfA8chOp0en9/noD7pN0=",
"type": "tarball",
"url": "https://mirrors.cernet.edu.cn/nix-channels/nixos-unstable/nixexprs.tar.xz"
},

View file

@ -4,7 +4,7 @@
stdenv,
makeWrapper,
fetchurl,
wrapGAppsHook,
wrapGAppsHook3,
glib,
gtk3,
unzip,
@ -127,7 +127,7 @@ let
nativeBuildInputs = [
unzip
makeWrapper
wrapGAppsHook
wrapGAppsHook3
];
dontUnpack = true;