[U] flake.lock; fixbugs
This commit is contained in:
parent
52a60470f2
commit
7f82f95636
3 changed files with 15 additions and 4 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -1,3 +1,14 @@
|
|||
_bak
|
||||
.bak
|
||||
_bin
|
||||
.bin
|
||||
_cache
|
||||
.cache
|
||||
_tmp
|
||||
.tmp
|
||||
_todo
|
||||
.todo
|
||||
|
||||
outputs/
|
||||
result
|
||||
result-*
|
||||
|
|
|
|||
4
flake.lock
generated
4
flake.lock
generated
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
stdenv,
|
||||
makeWrapper,
|
||||
fetchurl,
|
||||
wrapGAppsHook,
|
||||
wrapGAppsHook3,
|
||||
glib,
|
||||
gtk3,
|
||||
unzip,
|
||||
|
|
@ -127,7 +127,7 @@ let
|
|||
nativeBuildInputs = [
|
||||
unzip
|
||||
makeWrapper
|
||||
wrapGAppsHook
|
||||
wrapGAppsHook3
|
||||
];
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue