Make sops-nix use same nixpkgs/stable
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
backup-helper.url = "git+https://git.t-juice.club/torjus/backup-helper?ref=master";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user