From 4ceff08796c10269025747a0d38a9cd0d2a9cd63 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 9 Feb 2024 22:46:41 +0900 Subject: [PATCH] test --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f440a566..5571b00e 100644 --- a/flake.nix +++ b/flake.nix @@ -49,12 +49,12 @@ nixvim.url = "github:nix-community/nixvim/nixos-23.11"; nixvim.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs: + outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs: let inherit (self) outputs; stateVersion = "23.11"; hmStateVersion = "23.11"; - libx = import ./lib { inherit nixpkgs-unstable self inputs outputs stateVersion hmStateVersion; }; + libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; }; in { nixosConfigurations = { osaka-linode-01 = libx.mkHost { hostname = "osaka-linode-01"; };