From 15c034cd7a91c0a96fa654d3a54fcea20b015545 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 20 Mar 2023 15:31:02 +0100 Subject: [PATCH] Change to stable branch --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;