mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
update README
This commit is contained in:
parent
e07f19eae0
commit
b2ef1dd939
2 changed files with 21 additions and 6 deletions
10
flake.nix
10
flake.nix
|
@ -21,6 +21,12 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# own flakes
|
||||
stunkymonkey = {
|
||||
url = "github:Stunkymonkey/stunkymonkey.de";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -59,9 +65,9 @@
|
|||
nativeBuildInputs = [
|
||||
inputs'.sops-nix.packages.sops-import-keys-hook
|
||||
inputs'.deploy-rs.packages.deploy-rs
|
||||
pkgs.nixpkgs-fmt
|
||||
# formatters
|
||||
pkgs.shellcheck
|
||||
pkgs.pre-commit
|
||||
pkgs.nixpkgs-fmt
|
||||
];
|
||||
shellHook = ''
|
||||
${config.pre-commit.installationScript}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue