aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock25
1 files changed, 21 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 9867e694b..96a69345b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,22 +1,39 @@
{
"nodes": {
+ "lowdown-src": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1632468475,
+ "narHash": "sha256-NNOm9CbdA8cuwbvaBHslGbPTiU6bh1Ao+MpEPx4rSGo=",
+ "owner": "kristapsdz",
+ "repo": "lowdown",
+ "rev": "6bd668af3fd098bdd07a1bedd399564141e275da",
+ "type": "github"
+ },
+ "original": {
+ "owner": "kristapsdz",
+ "repo": "lowdown",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
- "lastModified": 1614309161,
- "narHash": "sha256-93kRxDPyEW9QIpxU71kCaV1r+hgOgP6/aVgC7vvO8IU=",
+ "lastModified": 1632864508,
+ "narHash": "sha256-d127FIvGR41XbVRDPVvozUPQ/uRHbHwvfyKHwEt5xFM=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "0e499fde7af3c28d63e9b13636716b86c3162b93",
+ "rev": "82891b5e2c2359d7e58d08849e4c89511ab94234",
"type": "github"
},
"original": {
"id": "nixpkgs",
- "ref": "nixos-20.09-small",
+ "ref": "nixos-21.05-small",
"type": "indirect"
}
},
"root": {
"inputs": {
+ "lowdown-src": "lowdown-src",
"nixpkgs": "nixpkgs"
}
}