From 4f1c0f57f3bf0fe4590056f67d9e6cf2afe5cd3c Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 26 Jul 2022 14:20:02 +0200 Subject: [PATCH] flake.lock --- flake.lock | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 655e0cd0..29ce7ffe 100644 --- a/flake.lock +++ b/flake.lock @@ -70,6 +70,24 @@ "type": "github" } }, + "musnix": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1628019651, + "narHash": "sha256-zLXDF2sfvN8BXb78nHAp3KSbhE1flOkia5+KtiPQ+mQ=", + "owner": "musnix", + "repo": "musnix", + "rev": "7fb04384544fa2e68bf5e71869760674656b62e8", + "type": "github" + }, + "original": { + "owner": "musnix", + "repo": "musnix", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 0, @@ -83,6 +101,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1623743177, + "narHash": "sha256-57OM8Ya/yGHAHBq/h0I8Ah/HJFmk0VNpEASYxr+BgK8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "4b7c8d538e1aed2bc30b6e7eb1cbd96063ad4132", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1658015103, "narHash": "sha256-mO+23f3SO+fBzEvbxRe6GkSB5Xp43CT2sV8Rs8MYdz8=", @@ -118,7 +152,8 @@ "emacs-overlay": "emacs-overlay", "hardware": "hardware", "home-manager": "home-manager", - "nixpkgs": "nixpkgs_2", + "musnix": "musnix", + "nixpkgs": "nixpkgs_3", "nur": "nur" } },