flake: more info on precommit flake
This commit is contained in:
parent
048de63877
commit
5f1a76f7a2
|
@ -49,6 +49,7 @@
|
||||||
sops-nix-2305.inputs.nixpkgs.follows = "nixpkgs-2305";
|
sops-nix-2305.inputs.nixpkgs.follows = "nixpkgs-2305";
|
||||||
sops-nix-2305.inputs.nixpkgs-stable.follows = "nixpkgs-2305";
|
sops-nix-2305.inputs.nixpkgs-stable.follows = "nixpkgs-2305";
|
||||||
|
|
||||||
|
|
||||||
/** /
|
/** /
|
||||||
matrix-next.url = "github:dali99/nixos-matrix-modules"; # see https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/main/flake.nix
|
matrix-next.url = "github:dali99/nixos-matrix-modules"; # see https://git.pvv.ntnu.no/Drift/pvv-nixos-config/src/main/flake.nix
|
||||||
#https://github.com/considerate/nixos-odroidhc4
|
#https://github.com/considerate/nixos-odroidhc4
|
||||||
|
@ -57,7 +58,11 @@
|
||||||
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"
|
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"
|
||||||
#https://github.com/numtide/nixpkgs-unfree # has a cache
|
#https://github.com/numtide/nixpkgs-unfree # has a cache
|
||||||
#https://github.com/matthewbauer/nixiosk
|
#https://github.com/matthewbauer/nixiosk
|
||||||
|
|
||||||
|
# https://github.com/cachix/pre-commit-hooks.nix
|
||||||
inputs.pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
inputs.pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
|
||||||
|
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs-edge";
|
||||||
|
inputs.pre-commit-hooks.inputs.nixpkgs-stable.follows = "nixpkgs-2311";
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
#pbsds-papers.url = "git+ssh://git@github.com/pbsds/papers.git";
|
#pbsds-papers.url = "git+ssh://git@github.com/pbsds/papers.git";
|
||||||
|
|
Loading…
Reference in New Issue