mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: fix audio-lint overlay
This commit is contained in:
parent
e7b6af241f
commit
fffa711c0a
3 changed files with 140 additions and 81 deletions
15
flake.nix
15
flake.nix
|
|
@ -59,8 +59,17 @@
|
|||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
# packages
|
||||
audio-lint.url = "git+https://git.earth2077.fr/leana/audio-lint";
|
||||
hbrainfuck.url = "git+https://git.earth2077.fr/leana/hbrainfuck";
|
||||
prop-solveur.url = "git+https://git.earth2077.fr/leana/prop_solveur";
|
||||
audio-lint = {
|
||||
url = "git+https://git.earth2077.fr/leana/audio-lint";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hbrainfuck = {
|
||||
url = "git+https://git.earth2077.fr/leana/hbrainfuck";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
prop-solveur = {
|
||||
url = "git+https://git.earth2077.fr/leana/prop_solveur";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue