Update dependencies
This commit is contained in:
parent
6d25719a61
commit
9d9be054e8
1 changed files with 84 additions and 20 deletions
104
flake.lock
generated
104
flake.lock
generated
|
@ -96,6 +96,7 @@
|
|||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"powertest": "powertest",
|
||||
"pre-commit-hooks": "pre-commit-hooks",
|
||||
"rust-overlay": [
|
||||
"rust-overlay"
|
||||
|
@ -105,11 +106,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1699514214,
|
||||
"narHash": "sha256-V0PuiF8N5ubNO4/EmGFx6qL0k1ziTVVKe+0rpMTMVlg=",
|
||||
"lastModified": 1699894927,
|
||||
"narHash": "sha256-H679IyWzGASpeFwi1o9QRGRnLF2rxkHGIvCMj2Ry49k=",
|
||||
"owner": "eza-community",
|
||||
"repo": "eza",
|
||||
"rev": "9683862a42089a7ffc30948d5c246893056e150a",
|
||||
"rev": "cf0c57d7ad160f3b73462892609cc9185964b298",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -151,6 +152,24 @@
|
|||
}
|
||||
},
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1694529238,
|
||||
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils_2": {
|
||||
"inputs": {
|
||||
"systems": [
|
||||
"systems"
|
||||
|
@ -220,11 +239,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1695108154,
|
||||
"narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=",
|
||||
"lastModified": 1699748081,
|
||||
"narHash": "sha256-MOmMapBydd7MTjhX4eeQZzKlCABWw8W6iSHSG4OeFKE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "07682fff75d41f18327a871088d20af2710d4744",
|
||||
"rev": "04bac349d585c9df38d78e0285b780a140dc74a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -263,11 +282,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1699653811,
|
||||
"narHash": "sha256-hujPrvzd73veHL/MtRXrQs9WpCs/YFSAlxRGRdGucjI=",
|
||||
"lastModified": 1699890771,
|
||||
"narHash": "sha256-h3ZvdOsnKRxUeF0wRXtlB35UjQI+rYaXETuNBkF7+R8=",
|
||||
"owner": "martinvonz",
|
||||
"repo": "jj",
|
||||
"rev": "9533177422e788c1bc8ada48f22b91dd0d72ce0d",
|
||||
"rev": "ab214145eb617d7c5305647bada62d4d3312c415",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -350,11 +369,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1699291058,
|
||||
"narHash": "sha256-5ggduoaAMPHUy4riL+OrlAZE14Kh7JWX4oLEs22ZqfU=",
|
||||
"lastModified": 1699596684,
|
||||
"narHash": "sha256-XSXP8zjBZJBVvpNb2WmY0eW8O2ce+sVyj1T0/iBRIvg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "41de143fda10e33be0f47eab2bfe08a50f234267",
|
||||
"rev": "da4024d0ead5d7820f6bd15147d3fe2a0c0cec73",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -380,6 +399,36 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"powertest": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"naersk": [
|
||||
"eza",
|
||||
"naersk"
|
||||
],
|
||||
"nixpkgs": [
|
||||
"eza",
|
||||
"nixpkgs"
|
||||
],
|
||||
"rust-overlay": [
|
||||
"eza",
|
||||
"rust-overlay"
|
||||
],
|
||||
"treefmt-nix": [
|
||||
"eza",
|
||||
"treefmt-nix"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"narHash": "sha256-DaBLTu/GCq7lDWyR9HKj9H1t5mfX7T1eFwrIwJICXZo=",
|
||||
"type": "tarball",
|
||||
"url": "http://rime.cx/v1/github/eza-community/powertest/b/main.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "http://rime.cx/v1/github/eza-community/powertest/b/main.tar.gz"
|
||||
}
|
||||
},
|
||||
"pre-commit-hooks": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat",
|
||||
|
@ -434,7 +483,7 @@
|
|||
"devshell": "devshell",
|
||||
"eza": "eza",
|
||||
"flake-registry": "flake-registry",
|
||||
"flake-utils": "flake-utils",
|
||||
"flake-utils": "flake-utils_2",
|
||||
"home-manager": "home-manager_2",
|
||||
"homePage": "homePage",
|
||||
"jujutsu": "jujutsu",
|
||||
|
@ -444,7 +493,7 @@
|
|||
"nixpkgs": "nixpkgs",
|
||||
"recipemd": "recipemd",
|
||||
"rust-overlay": "rust-overlay",
|
||||
"systems": "systems",
|
||||
"systems": "systems_2",
|
||||
"treefmt-nix": "treefmt-nix"
|
||||
}
|
||||
},
|
||||
|
@ -458,11 +507,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1699669856,
|
||||
"narHash": "sha256-OIb0WAoEMUA1EH70AwpWabdEpvYt/kJChBnb7XiXAJs=",
|
||||
"lastModified": 1699841702,
|
||||
"narHash": "sha256-EG1Fpw732KmcyFJB0tUNsvreRomwTI/H5ngqlGrfB1Y=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "efd15e11c8954051a47679e7718b4c2a9b68ce27",
|
||||
"rev": "05c34b45e276a9939d1170b025faafe7a5fab2c8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -486,6 +535,21 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"systems_2": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"treefmt-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -493,11 +557,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1699656829,
|
||||
"narHash": "sha256-aqz/YOrllfsUF88FG+xhm+ywB+KxSE8FpPWSY6QnDvY=",
|
||||
"lastModified": 1699786194,
|
||||
"narHash": "sha256-3h3EH1FXQkIeAuzaWB+nK0XK54uSD46pp+dMD3gAcB4=",
|
||||
"owner": "numtide",
|
||||
"repo": "treefmt-nix",
|
||||
"rev": "8b25ad882a6fc9905fa515c2b61d196b42ca79a3",
|
||||
"rev": "e82f32aa7f06bbbd56d7b12186d555223dc399d1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue