Ignore symlink check

This commit is contained in:
Invariantspace 2025-02-09 06:30:09 +08:00
parent ee91d74867
commit 397ae7f5ec
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 17 additions and 15 deletions

30
flake.lock generated
View file

@ -3,11 +3,11 @@
"candy-icons": { "candy-icons": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1736029199, "lastModified": 1738178806,
"narHash": "sha256-dfCk3ZdMol91YTpAzi0tPQgZYnZQHvCeHPLoFYe5xts=", "narHash": "sha256-Y56gg6dROTaKGvIwsi7xZim8Bc66x3zAWPTsAjYjALc=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "504d31851e1d87af8ddb8ee2b6b2de43e32aaa11", "rev": "907231dcea3008532ec912757d106b4155937331",
"revCount": 1255, "revCount": 1259,
"type": "git", "type": "git",
"url": "https://github.com/EliverLara/candy-icons" "url": "https://github.com/EliverLara/candy-icons"
}, },
@ -36,11 +36,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1737632463, "lastModified": 1739020877,
"narHash": "sha256-38J9QfeGSej341ouwzqf77WIHAScihAKCt8PQJ+NH28=", "narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0aa475546ed21629c4f5bbf90e38c846a99ec9e9", "rev": "a79cfe0ebd24952b580b1cf08cd906354996d547",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -67,11 +67,11 @@
"sweet-ambar-blue": { "sweet-ambar-blue": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1737320044, "lastModified": 1738884950,
"narHash": "sha256-I3lwKo+kcv2QEZ880NZ+Ox7zFlGi9/wI86j9S96BGpo=", "narHash": "sha256-w64CckY8o9dFITJJicdpOAKjA+UCLY/p+y0ZYbmYd8o=",
"ref": "Ambar-Blue", "ref": "Ambar-Blue",
"rev": "4e0f071dfe2ddfcbb59f702cf01ebb0f582b88da", "rev": "7b266b8dfa45d1af0b0044c3d66e56af837fdec5",
"revCount": 318, "revCount": 321,
"type": "git", "type": "git",
"url": "https://github.com/EliverLara/Sweet" "url": "https://github.com/EliverLara/Sweet"
}, },
@ -84,11 +84,11 @@
"sweet-ambar-blue-dark": { "sweet-ambar-blue-dark": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1737319507, "lastModified": 1738883097,
"narHash": "sha256-LPpjfs/clxK1/1/TlclZU0c6/rcS3yRBbqdGevgqGJ8=", "narHash": "sha256-sfG6LaJdrWGQvT1ixLP4Z48tv4UHoG25imFMD5AYn98=",
"ref": "Ambar-Blue-Dark", "ref": "Ambar-Blue-Dark",
"rev": "76a35f8dba0b55429b5f43d136f151c76214cb15", "rev": "cfb490ef620d897d6d6729aa3c21885ffa1e49b9",
"revCount": 402, "revCount": 404,
"type": "git", "type": "git",
"url": "https://github.com/EliverLara/Sweet" "url": "https://github.com/EliverLara/Sweet"
}, },

View file

@ -8,6 +8,8 @@ pkgs.stdenv.mkDerivation {
srcs = []; srcs = [];
buildInputs = [pkgs.jdupes]; buildInputs = [pkgs.jdupes];
dontUnpack = true; dontUnpack = true;
# TODO: Fix symlink issue
dontCheckForBrokenSymlinks = true;
preInstall = with inputs; '' preInstall = with inputs; ''
cp -r ${candy-icons}/ candy-icons/ cp -r ${candy-icons}/ candy-icons/
cp -r ${sweet-ambar-blue}/ sweet-ambar-blue/ cp -r ${sweet-ambar-blue}/ sweet-ambar-blue/