This commit is contained in:
nora 2023-07-13 20:33:40 +02:00
parent b6ef4f0ddf
commit 137e56e00e
2 changed files with 7 additions and 6 deletions

12
flake.lock generated
View file

@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688109178, "lastModified": 1688594934,
"narHash": "sha256-BSdeYp331G4b1yc7GIRgAnfUyaktW2nl7k0C577Tttk=", "narHash": "sha256-3dUo20PsmUd57jVZRx5vgKyIN1tv+v/JQweZsve5q/A=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b72aa95f7f096382bff3aea5f8fde645bca07422", "rev": "e11142026e2cef35ea52c9205703823df225c947",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1688183873, "lastModified": 1688744318,
"narHash": "sha256-FPze0lNtf39zNgxjUlPPDO5sqjQ+Ag4whk2fttssb8k=", "narHash": "sha256-H0CoCjg5OwxxlY0pcbChno9cARBbUVZfcb4MiMbYXfA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "3fe146afa1ac5b02fa9143b9ef5a0738e27021c1", "rev": "987731dc59614c74e73791b2cd55596c8fdde8ce",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -68,6 +68,7 @@ in
rustup-toolchain-install-master rustup-toolchain-install-master
inferno inferno
gh gh
obsidian
customPkgs.cargo-bisect-rustc customPkgs.cargo-bisect-rustc
]; ];