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:
parent
9c037aeeb6
commit
47ed56b7b2
2 changed files with 10 additions and 18 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue