Update flake to use local copy of nixpkgs

So I can apply my own updates easily - don't forget to pull before flake update!
This commit is contained in:
Chris (wolcen) Thompson 2026-02-25 21:06:26 -05:00
parent 9c037aeeb6
commit 47ed56b7b2
2 changed files with 10 additions and 18 deletions

View file

@ -2,7 +2,7 @@
description = "Nixos config flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "path:/home/wolcen/Source/nixpkgs";
home-manager = {
url = "github:nix-community/home-manager";