From 9fe9b74b1ba7a6f86daeabc493a3e7f399b70602 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 16:46:16 +0900 Subject: [PATCH] test --- flake.nix | 1 + hosts/nixos-laptop/flake.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 708d08d1..4bd604c2 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,7 @@ }; outputs = { + self, unstable-nixpkgs, home-manager, lanzaboote, diff --git a/hosts/nixos-laptop/flake.nix b/hosts/nixos-laptop/flake.nix index d252c312..099e98fc 100644 --- a/hosts/nixos-laptop/flake.nix +++ b/hosts/nixos-laptop/flake.nix @@ -25,5 +25,5 @@ ]; # modules }; # lib.nixosSystem - "nixos-laptop" }; # nixosConfiguration - }; -} + }; # outputs +} # flake