From 61c59a2d6a3385a595e7229ab319bfcc7e7d1a2d Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Mon, 17 Mar 2025 15:23:17 +0900 Subject: [PATCH] flake: switch back to using main branch of `sops-nix` --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 150d8d8fb..15c709ccd 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 6d1f945cb..7af7300a4 100644 --- a/flake.nix +++ b/flake.nix @@ -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";