mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: depend less on the flake input mechanism
This commit is contained in:
parent
939a8856a4
commit
e7b6af241f
5 changed files with 105 additions and 753 deletions
13
flake.nix
13
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue