diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-06 00:38:02 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-05 23:36:11 -0700 |
commit | c67b392385cbaadb50acd2794a7e581368b5b39c (patch) | |
tree | 9ee99dba483b8c804331330e32541fcc29d3ccb8 /flake.lock | |
parent | bfe2facede727927a91bf19036430844df2f18b9 (diff) |
Merge pull request #9608 from NixOS/default-lowdown
Remove custom lowdown
(cherry picked from commit 790cf13c268c7197c276cc02efda4cfe64a3a688)
Change-Id: Ie01f9a69e81e793fc7ac869de943da370dc75e36
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/flake.lock b/flake.lock index 1e2ce771b..e5e576b8a 100644 --- a/flake.lock +++ b/flake.lock @@ -16,22 +16,6 @@ "type": "github" } }, - "lowdown-src": { - "flake": false, - "locked": { - "lastModified": 1633514407, - "narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=", - "owner": "kristapsdz", - "repo": "lowdown", - "rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8", - "type": "github" - }, - "original": { - "owner": "kristapsdz", - "repo": "lowdown", - "type": "github" - } - }, "nixpkgs": { "locked": { "lastModified": 1704018918, @@ -67,7 +51,6 @@ "root": { "inputs": { "flake-compat": "flake-compat", - "lowdown-src": "lowdown-src", "nixpkgs": "nixpkgs", "nixpkgs-regression": "nixpkgs-regression" } |