make blog repo private

revert nodejs change
This commit is contained in:
陈浩南 2024-10-21 00:53:53 +08:00
parent b7592edc26
commit 2039f5ecba
3 changed files with 9 additions and 11 deletions

View File

@ -24,17 +24,18 @@
"blog": {
"flake": false,
"locked": {
"lastModified": 1728704748,
"narHash": "sha256-3EjbWR/0pCoSLYeury+gPxvM8/2NMfE1i0/+N1FAsAc=",
"ref": "refs/heads/main",
"rev": "dd49995b4e610de537a30e359797cfb8f0971fe5",
"revCount": 24,
"lastModified": 1729429341,
"narHash": "sha256-1q9VNkYZuwsHO8q20uTE134ymxWzScXqqEnFstADLWY=",
"ref": "public",
"rev": "8f25615484118c8154ba7e6c9af7786189aad902",
"revCount": 26,
"type": "git",
"url": "https://git.chn.moe/chn/blog.git"
"url": "file:///home/chn/repo/blog"
},
"original": {
"ref": "public",
"type": "git",
"url": "https://git.chn.moe/chn/blog.git"
"url": "file:///home/chn/repo/blog"
}
},
"blurred-wallpaper": {

View File

@ -72,7 +72,7 @@
nu-scripts = { url = "github:nushell/nu_scripts"; flake = false; };
py4vasp = { url = "github:vasp-dev/py4vasp"; flake = false; };
pocketfft = { url = "github:mreineck/pocketfft"; flake = false; };
blog = { url = "git+https://git.chn.moe/chn/blog.git"; flake = false; };
blog = { url = "git+file:///home/chn/repo/blog?ref=public"; flake = false; };
nixos-wallpaper = { url = "git+https://git.chn.moe/chn/nixos-wallpaper.git"; flake = false; };
spectroscopy = { url = "github:skelton-group/Phonopy-Spectroscopy"; flake = false; };
};

View File

@ -124,9 +124,6 @@ inputs:
zarr = prev.zarr.overridePythonAttrs (prev:
{ disabledTests = prev.disabledTests or [] ++ [ "test_encode_decode_array_dtype_shape_v3" ]; });
})];
nodejs_18 = prev.nodejs_18.overrideAttrs { doCheck = false; };
nodejs_20 = prev.nodejs_20.overrideAttrs { doCheck = false; };
nodejs-slim_20 = prev.nodejs-slim_20.overrideAttrs { doCheck = false; };
}
)
// (