ref(nix): lib.nix

This commit is contained in:
Léana 江 2024-02-11 13:17:33 +01:00 committed by Léana 江
parent 453d222600
commit 1df7fc9594
2 changed files with 27 additions and 39 deletions

View file

@ -40,20 +40,14 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixunstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
wired.url = "github:Toqozz/wired-notify";
agenix.url = "github:ryantm/agenix/0.15.0";
nixnur.url = "github:nix-community/NUR";
opam-nix.url = "github:tweag/opam-nix";
audio-lint.url = "git+https://git.earth2077.fr/leana/audio-lint";
};
}