nix: depend less on the flake input mechanism

This commit is contained in:
Primrose 2024-06-29 23:42:09 +02:00
parent 939a8856a4
commit e7b6af241f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 105 additions and 753 deletions

View file

@ -36,7 +36,6 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixnur.url = "github:nix-community/NUR";
home-manager = {
# url = "github:nix-community/home-manager/release-24.05";
# plz merge my PR
@ -48,16 +47,18 @@
inputs.nixpkgs.follows = "nixpkgs";
};
flake-parts.url = "github:hercules-ci/flake-parts";
agenix.url = "github:ryantm/agenix/0.15.0";
agenix = {
url = "github:ryantm/agenix/0.15.0";
inputs.nixpkgs.follows = "nixpkgs";
inputs.darwin.follows = "nix-darwin";
inputs.home-manager.follows = "home-manager";
};
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs";
};
# packages
wired.url = "github:Toqozz/wired-notify";
nix-visualize.url = "github:craigmbooth/nix-visualize";
nix-inspect.url = "github:bluskript/nix-inspect";
deploy-rs.url = "github:serokell/deploy-rs";
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";