From c0b7a831d4bfd72691703faff6e6b576298d7289 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 19 Feb 2025 14:39:24 +0000 Subject: [PATCH] add pinix input --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8718246..b61b990 100644 --- a/flake.nix +++ b/flake.nix @@ -17,9 +17,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + pinix.url = "github:remi-dupre/pinix"; }; - outputs = inputs@{ self, nixpkgs, disko, nixos-cosmic, home-manager, nixos-hardware, ... }: { + outputs = inputs@{ self, nixpkgs, disko, nixos-cosmic, home-manager, nixos-hardware, pinix, ... }: { nixosConfigurations = { "nixos" = nixpkgs.lib.nixosSystem { system = "x86_64-linux";