this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update nix deps

+13 -13
+12 -12
flake.lock
··· 3 3 "advisory-db": { 4 4 "flake": false, 5 5 "locked": { 6 - "lastModified": 1708645386, 7 - "narHash": "sha256-OdK/fVWOpbMBsl37pSWawPqpk5sePqtu1lx1UM+7c9Q=", 6 + "lastModified": 1717596017, 7 + "narHash": "sha256-LHjTqlOLgtv43GVkeM7Hb5HcZG5i/vNHnWgYaUzu+Jg=", 8 8 "owner": "rustsec", 9 9 "repo": "advisory-db", 10 - "rev": "feb54ac57e980ef6578f66b307cfb844869e5260", 10 + "rev": "af76d4423761499f954411bb3071dcc72e6b0450", 11 11 "type": "github" 12 12 }, 13 13 "original": { ··· 23 23 ] 24 24 }, 25 25 "locked": { 26 - "lastModified": 1708794349, 27 - "narHash": "sha256-jX+B1VGHT0ruHHL5RwS8L21R6miBn4B6s9iVyUJsJJY=", 26 + "lastModified": 1718078026, 27 + "narHash": "sha256-LbQabH6h86ZzTvDnaZHmMwedRZNB2jYtUQzmoqWQoJ8=", 28 28 "owner": "ipetkov", 29 29 "repo": "crane", 30 - "rev": "2c94ff9a6fbeb9f3ea0107f28688edbe9c81deaa", 30 + "rev": "a3f0c63eed74a516298932b9b1627dd80b9c3892", 31 31 "type": "github" 32 32 }, 33 33 "original": { ··· 44 44 "rust-analyzer-src": [] 45 45 }, 46 46 "locked": { 47 - "lastModified": 1708928609, 48 - "narHash": "sha256-LcXC2NP/TzHMmJThZGG1e+7rht5HeuZK5WOirIDg+lU=", 47 + "lastModified": 1717827974, 48 + "narHash": "sha256-ixopuTeTouxqTxfMuzs6IaRttbT8JqRW5C9Q/57WxQw=", 49 49 "owner": "nix-community", 50 50 "repo": "fenix", 51 - "rev": "e928fb6b5179ebd032c19afac5c461ccc0b6de55", 51 + "rev": "ab655c627777ab5f9964652fe23bbb1dfbd687a8", 52 52 "type": "github" 53 53 }, 54 54 "original": { ··· 77 77 }, 78 78 "nixpkgs": { 79 79 "locked": { 80 - "lastModified": 1708807242, 81 - "narHash": "sha256-sRTRkhMD4delO/hPxxi+XwLqPn8BuUq6nnj4JqLwOu0=", 80 + "lastModified": 1718160348, 81 + "narHash": "sha256-9YrUjdztqi4Gz8n3mBuqvCkMo4ojrA6nASwyIKWMpus=", 82 82 "owner": "nixos", 83 83 "repo": "nixpkgs", 84 - "rev": "73de017ef2d18a04ac4bfd0c02650007ccb31c2a", 84 + "rev": "57d6973abba7ea108bac64ae7629e7431e0199b6", 85 85 "type": "github" 86 86 }, 87 87 "original": {
+1 -1
flake.nix
··· 57 57 toolChain = fenixStable.completeToolchain; 58 58 59 59 # Use the toolchain with the crane helper functions 60 - craneLib = inputs.crane.lib.${system}.overrideToolchain toolChain; 60 + craneLib = (inputs.crane.mkLib pkgs).overrideToolchain toolChain; 61 61 62 62 # Clean the src to only have the Rust-relevant files 63 63 src = craneLib.cleanCargoSource (craneLib.path ./.);