flake/nixinate: use same nix version everywhere

This commit is contained in:
Felix Buehler 2024-12-14 13:34:21 +01:00
parent 220816890e
commit 09155f38d0
2 changed files with 15 additions and 26 deletions

View file

@ -14,7 +14,10 @@
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixinate.url = "github:matthewcroughan/nixinate";
nixinate = {
url = "github:matthewcroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";