From 91b68a25f45fe97808cb5779ffe7fe391ec412f6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:31:09 +0900 Subject: [PATCH] test --- flake.nix | 2 +- lib/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index af22d586..f440a566 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,7 @@ inherit (self) outputs; stateVersion = "23.11"; hmStateVersion = "23.11"; - libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; + libx = import ./lib { inherit nixpkgs-unstable self inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = { osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; }; diff --git a/lib/default.nix b/lib/default.nix index ffd99a61..d60bca52 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -1,4 +1,4 @@ -{ self, inputs, outputs, stateVersion, hmStateVersion , ... }: { +{ self, nixpkgs-unstable, inputs, outputs, stateVersion, hmStateVersion , ... }: { deploy = { hostname, system ? "x86_64-linux",