chore: get rid of useless cargo.lock
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
1a003f5f3f
commit
58b75ee224
3 changed files with 10 additions and 2286 deletions
|
@ -1,5 +1,13 @@
|
|||
# My NixOS configs
|
||||
|
||||
TODO: add directory structure info and enforce it
|
||||
- every root folder in the repo represents a flake output except inputs
|
||||
- every root folder only has a `default.nix` and subfolders for each
|
||||
of its attrs
|
||||
- in a subfolder, there should always be a `default.nix`. if the
|
||||
`config` folders? only nix code folder structure?
|
||||
- redo docs
|
||||
|
||||
## AGS
|
||||
|
||||
You might find it weird that most of my config is written in TypeScript.
|
||||
|
|
2285
packages/librespot-auth/Cargo.lock
generated
2285
packages/librespot-auth/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,4 @@
|
|||
# FIXME: the source appears to be deprecated https://github.com/dspearson/librespot-auth
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
|
@ -19,7 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
lockFile = "${src}/Cargo.lock";
|
||||
outputHashes = {
|
||||
"librespot-core-0.5.0-dev" = "sha256-7HrA1hWEy5lliwgJ9amJy+Kd8lB50b3q2niaFWWwcYE=";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue