Update flake inputs

This commit is contained in:
Natsu Kagami 2022-11-14 15:25:54 +01:00
parent 5b16bdfc35
commit 215740fb7b
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 51 additions and 76 deletions

View file

@ -9,6 +9,8 @@
home-manager.url = "github:natsukagami/home-manager/release-22.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs-unstable";
sops-nix.inputs.nixpkgs-22_05.follows = "nixpkgs";
deploy-rs.url = "github:Serokell/deploy-rs";
nur.url = "github:nix-community/NUR";