From 9ca76cd6ceb11d88949aded617f40e22dcf3a6d3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 18:46:47 +0900 Subject: [PATCH] test --- laptop/flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/laptop/flake.nix b/laptop/flake.nix index 51ffa252..254dfa3b 100644 --- a/laptop/flake.nix +++ b/laptop/flake.nix @@ -1,4 +1,9 @@ { + + inputs = { + nixpngs.url = "github:nixos/nixpgs/nixos-23.05" + }; + outputs = { self, nixpkgs }: { # replace 'joes-desktop' with your hostname here. nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem {