From 581b1d9a8d5c61594ab2d95fc5804d7aabd6d2e1 Mon Sep 17 00:00:00 2001 From: reo101 Date: Tue, 26 Dec 2023 01:15:53 +0200 Subject: [PATCH] feat(flake): import `impermanence` and `lib-net` Not used yet --- flake.lock | 30 ++++++++++++++++++++++++++++++ flake.nix | 11 +++++++++++ 2 files changed, 41 insertions(+) diff --git a/flake.lock b/flake.lock index 73acfdd..e05adc6 100644 --- a/flake.lock +++ b/flake.lock @@ -591,6 +591,21 @@ "type": "github" } }, + "impermanence": { + "locked": { + "lastModified": 1702984171, + "narHash": "sha256-reIUBrUXibohXmvXRsgpvtlCE0QQSvWSA+qQCKohgR0=", + "owner": "nix-community", + "repo": "impermanence", + "rev": "123e94200f63952639492796b8878e588a4a2851", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "impermanence", + "type": "github" + } + }, "langref": { "flake": false, "locked": { @@ -603,6 +618,19 @@ "url": "https://raw.githubusercontent.com/ziglang/zig/63bd2bff12992aef0ce23ae4b344e9cb5d65f05d/doc/langref.html.in" } }, + "lib-net": { + "flake": false, + "locked": { + "lastModified": 1596309860, + "narHash": "sha256-izAzepR/6cDvnRfaa2ceSolMLMwqzQB5x9q62aR5J2g=", + "type": "tarball", + "url": "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz" + } + }, "mac-app-util": { "inputs": { "cl-nix-lite": "cl-nix-lite", @@ -1045,6 +1073,8 @@ "flake-compat": "flake-compat_3", "hardware": "hardware", "home-manager": "home-manager", + "impermanence": "impermanence", + "lib-net": "lib-net", "mac-app-util": "mac-app-util", "neovim-nightly-overlay": "neovim-nightly-overlay", "nix-colors": "nix-colors", diff --git a/flake.nix b/flake.nix index 920e9d8..e8fb143 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,15 @@ flake = false; }; + impermanence = { + url = "github:nix-community/impermanence"; + }; + + lib-net = { + url = "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz"; + flake = false; + }; + nix-monitored = { url = "github:ners/nix-monitored"; }; @@ -115,6 +124,8 @@ , nix-darwin , mac-app-util , home-manager + , impermanence + , lib-net , nix-monitored , disko , deploy-rs