mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-09-14 14:32:03 +02:00
flake/nixinate: use same nix version everywhere
This commit is contained in:
parent
220816890e
commit
09155f38d0
2 changed files with 15 additions and 26 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue