From 2141de8cb1b61ac0c8e1f284caba118e247414e7 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 9 Jun 2025 11:06:03 -0400 Subject: [PATCH] update flake --- flake.lock | 41 +++++++++++++++++++++++++++++++++++++++++ flake.nix | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index d94e44e..a65016e 100644 --- a/flake.lock +++ b/flake.lock @@ -56,6 +56,26 @@ "type": "github" } }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1749479111, + "narHash": "sha256-0cn4NGnYR3n0m8FPrt+pW817Cedi4vwOw3SgJaTcdcg=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "35e1f5a7c29f2b05e8f53177f6b5c71108c5f4c3", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, "mnw": { "locked": { "lastModified": 1742255973, @@ -230,6 +250,25 @@ "type": "github" } }, + "nixvirt": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1748140003, + "narHash": "sha256-DNBZmuk1YRM2PmwbHzVdXumRjCUzQkMarg4iI/37rOQ=", + "rev": "5dfe108fd859b122f9a96981cb6bc12297653d6c", + "revCount": 407, + "type": "tarball", + "url": "https://api.flakehub.com/f/pinned/AshleyYakeley/NixVirt/0.6.0/0197059a-e45f-7446-86b5-411ccc894ab0/source.tar.gz" + }, + "original": { + "type": "tarball", + "url": "https://flakehub.com/f/AshleyYakeley/NixVirt/%2A.tar.gz" + } + }, "nmd": { "flake": false, "locked": { @@ -292,11 +331,13 @@ "root": { "inputs": { "disko": "disko", + "home-manager": "home-manager", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs", "nixpkgs-darwin": "nixpkgs-darwin", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs-unstable": "nixpkgs-unstable", + "nixvirt": "nixvirt", "nvix": "nvix", "sops-nix": "sops-nix" } diff --git a/flake.nix b/flake.nix index 1de65a0..a16d2fb 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ name = host; value = nixpkgs.lib.nixosSystem { specialArgs = { - inherit inputs outputs; + inherit inputs outputs lib; isDarwin = false; }; modules = [./hosts/nixos/${host}];