From 93c1fa27e93de546a03e88fc768a2b5917eca7bd Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Wed, 6 Mar 2024 22:32:32 +0000 Subject: [PATCH] Removed input `nixpkgs-asterisk` --- flake.lock | 17 ----------------- flake.nix | 2 -- 2 files changed, 19 deletions(-) diff --git a/flake.lock b/flake.lock index 3f01190..4c14d81 100644 --- a/flake.lock +++ b/flake.lock @@ -137,22 +137,6 @@ "type": "github" } }, - "nixpkgs-asterisk": { - "locked": { - "lastModified": 1639416782, - "narHash": "sha256-ULr0km91xD8g+UR/Br8PD+H0kMjT0lHVc12KRag7ue4=", - "owner": "yayayayaka", - "repo": "nixpkgs", - "rev": "ce220610f741ba209a02d7655fb3425f3e5a3358", - "type": "github" - }, - "original": { - "owner": "yayayayaka", - "ref": "asterisk-secrets-handling", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs-stable": { "locked": { "lastModified": 1685801374, @@ -233,7 +217,6 @@ "nix-pre-commit-hooks": "nix-pre-commit-hooks", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "nixpkgs-asterisk": "nixpkgs-asterisk", "nixpkgs-unstable": "nixpkgs-unstable", "sbruder-overlay": "sbruder-overlay", "sops-nix": "sops-nix" diff --git a/flake.nix b/flake.nix index e2c0ad8..f66c293 100644 --- a/flake.nix +++ b/flake.nix @@ -9,8 +9,6 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; - # TODO: Remove when https://github.com/NixOS/nixpkgs/pull/149323 is merged - nixpkgs-asterisk.url = "github:yayayayaka/nixpkgs/asterisk-secrets-handling"; nixos-hardware.url = "github:nixos/nixos-hardware/master";