Fix sops-nix version compatibility
Remove nixpkgs follows to allow sops-nix to use its own nixpkgs with Go 1.25 support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d71426adae
commit
1e26b2a3b5
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, sops-nix, ... }@inputs: {
|
outputs = { self, nixpkgs, sops-nix, ... }@inputs: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue