flake: switch back to using main branch of sops-nix

This commit is contained in:
Michael Hoang
2025-03-17 15:23:17 +09:00
committed by Mic92
parent 5c3395f8b1
commit 61c59a2d6a
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

@@ -85,16 +85,15 @@
]
},
"locked": {
"lastModified": 1736953253,
"narHash": "sha256-shJxzy7qypjq9hpETQ3gJsBZXO5E3KR0INca/xwiVp4=",
"owner": "pinpox",
"lastModified": 1742239755,
"narHash": "sha256-ptn8dR4Uat3UUadGYNnB7CIH9SQm8mK69D2A/twBUXQ=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "a7c6e64401b6dde13c0de90230cb64087c9d9693",
"rev": "787afce414bcce803b605c510b60bf43c11f4b55",
"type": "github"
},
"original": {
"owner": "pinpox",
"ref": "lazy-assertions",
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}

View File

@@ -12,7 +12,7 @@
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
sops-nix.url = "github:pinpox/sops-nix/lazy-assertions";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
systems.url = "github:nix-systems/default";