From bfd00e9a3b1babde45368c0e397a44ae9a0e9050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 25 Feb 2023 09:19:11 +0100 Subject: [PATCH] feat: bye krops --- flake.lock | 24 ------------------------ flake.nix | 3 --- 2 files changed, 27 deletions(-) diff --git a/flake.lock b/flake.lock index 2ab8686..f2889ba 100644 --- a/flake.lock +++ b/flake.lock @@ -216,29 +216,6 @@ "type": "github" } }, - "krops": { - "inputs": { - "flake-utils": [ - "flake-utils" - ], - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1661273257, - "narHash": "sha256-cywpSH3D291AwdO/ecJxHeN2Vuuz0cIy/NEXMsFT+Og=", - "owner": "kmein", - "repo": "krops", - "rev": "542bc544ec8b0b807933a812d098e601683b0956", - "type": "github" - }, - "original": { - "owner": "kmein", - "repo": "krops", - "type": "github" - } - }, "menstruation-backend": { "inputs": { "flake-utils": [ @@ -531,7 +508,6 @@ "agenix": "agenix", "flake-utils": "flake-utils", "home-manager": "home-manager", - "krops": "krops", "menstruation-backend": "menstruation-backend", "menstruation-telegram": "menstruation-telegram", "nixinate": "nixinate", diff --git a/flake.nix b/flake.nix index 960a949..4323e02 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,6 @@ agenix.url = "github:ryantm/agenix"; flake-utils.url = "github:numtide/flake-utils"; home-manager.url = "github:nix-community/home-manager/release-22.11"; - krops.url = "github:kmein/krops"; menstruation-backend.url = "github:kmein/menstruation.rs"; menstruation-telegram.url = "github:kmein/menstruation-telegram"; nixinate.url = "github:matthewcroughan/nixinate"; @@ -21,8 +20,6 @@ agenix.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; - krops.inputs.flake-utils.follows = "flake-utils"; - krops.inputs.nixpkgs.follows = "nixpkgs"; menstruation-backend.inputs.flake-utils.follows = "flake-utils"; menstruation-backend.inputs.nixpkgs.follows = "nixpkgs"; nixinate.inputs.nixpkgs.follows = "nixpkgs";