diff --git a/flake.nix b/flake.nix index 701a448..f772656 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,8 @@ { inputs = { # nixpkgs (Packges and modules) - #nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; - nixpkgs.url = github:jopejoe1/nixpkgs/hplip; + nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; + #nixpkgs.url = github:jopejoe1/nixpkgs/hplip; # Nix Hardware (Hardware configs) nixos-hardware.url = github:NixOS/nixos-hardware;