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 3a9f0eb608
commit ea8037006f
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

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

View File

@@ -12,7 +12,7 @@
nixos-facter-modules.url = "github:numtide/nixos-facter-modules"; 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"; sops-nix.inputs.nixpkgs.follows = "nixpkgs";
systems.url = "github:nix-systems/default"; systems.url = "github:nix-systems/default";