From 6f8c6849c51e9e3ecbe626110510c045dbbe923c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 20 Mar 2023 14:27:10 +0100 Subject: [PATCH] Use my nixpkgs branch for testing --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7c5a3f5..701a448 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,8 @@ { inputs = { # nixpkgs (Packges and modules) - nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; + #nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; + nixpkgs.url = github:jopejoe1/nixpkgs/hplip; # Nix Hardware (Hardware configs) nixos-hardware.url = github:NixOS/nixos-hardware;