mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:16:33 +01:00
Use my nixpkgs branch for testing
This commit is contained in:
parent
803d3a33dc
commit
6f8c6849c5
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
# nixpkgs (Packges and modules)
|
# 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)
|
# Nix Hardware (Hardware configs)
|
||||||
nixos-hardware.url = github:NixOS/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
|
|
Loading…
Reference in a new issue