Ignore symlink check
This commit is contained in:
parent
ee91d74867
commit
397ae7f5ec
2 changed files with 17 additions and 15 deletions
30
flake.lock
generated
30
flake.lock
generated
|
|
@ -3,11 +3,11 @@
|
|||
"candy-icons": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1736029199,
|
||||
"narHash": "sha256-dfCk3ZdMol91YTpAzi0tPQgZYnZQHvCeHPLoFYe5xts=",
|
||||
"lastModified": 1738178806,
|
||||
"narHash": "sha256-Y56gg6dROTaKGvIwsi7xZim8Bc66x3zAWPTsAjYjALc=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "504d31851e1d87af8ddb8ee2b6b2de43e32aaa11",
|
||||
"revCount": 1255,
|
||||
"rev": "907231dcea3008532ec912757d106b4155937331",
|
||||
"revCount": 1259,
|
||||
"type": "git",
|
||||
"url": "https://github.com/EliverLara/candy-icons"
|
||||
},
|
||||
|
|
@ -36,11 +36,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1737632463,
|
||||
"narHash": "sha256-38J9QfeGSej341ouwzqf77WIHAScihAKCt8PQJ+NH28=",
|
||||
"lastModified": 1739020877,
|
||||
"narHash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0aa475546ed21629c4f5bbf90e38c846a99ec9e9",
|
||||
"rev": "a79cfe0ebd24952b580b1cf08cd906354996d547",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -67,11 +67,11 @@
|
|||
"sweet-ambar-blue": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1737320044,
|
||||
"narHash": "sha256-I3lwKo+kcv2QEZ880NZ+Ox7zFlGi9/wI86j9S96BGpo=",
|
||||
"lastModified": 1738884950,
|
||||
"narHash": "sha256-w64CckY8o9dFITJJicdpOAKjA+UCLY/p+y0ZYbmYd8o=",
|
||||
"ref": "Ambar-Blue",
|
||||
"rev": "4e0f071dfe2ddfcbb59f702cf01ebb0f582b88da",
|
||||
"revCount": 318,
|
||||
"rev": "7b266b8dfa45d1af0b0044c3d66e56af837fdec5",
|
||||
"revCount": 321,
|
||||
"type": "git",
|
||||
"url": "https://github.com/EliverLara/Sweet"
|
||||
},
|
||||
|
|
@ -84,11 +84,11 @@
|
|||
"sweet-ambar-blue-dark": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1737319507,
|
||||
"narHash": "sha256-LPpjfs/clxK1/1/TlclZU0c6/rcS3yRBbqdGevgqGJ8=",
|
||||
"lastModified": 1738883097,
|
||||
"narHash": "sha256-sfG6LaJdrWGQvT1ixLP4Z48tv4UHoG25imFMD5AYn98=",
|
||||
"ref": "Ambar-Blue-Dark",
|
||||
"rev": "76a35f8dba0b55429b5f43d136f151c76214cb15",
|
||||
"revCount": 402,
|
||||
"rev": "cfb490ef620d897d6d6729aa3c21885ffa1e49b9",
|
||||
"revCount": 404,
|
||||
"type": "git",
|
||||
"url": "https://github.com/EliverLara/Sweet"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ pkgs.stdenv.mkDerivation {
|
|||
srcs = [];
|
||||
buildInputs = [pkgs.jdupes];
|
||||
dontUnpack = true;
|
||||
# TODO: Fix symlink issue
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
preInstall = with inputs; ''
|
||||
cp -r ${candy-icons}/ candy-icons/
|
||||
cp -r ${sweet-ambar-blue}/ sweet-ambar-blue/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue