🚑 change flake nixpkgs source
This commit is contained in:
parent
45b5582559
commit
8258f53eb7
|
@ -7,8 +7,8 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
# core stuff
|
# core stuff
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
# url = "github:NixOS/nixpkgs/nixos-unstable";
|
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
url = "git+file:///home/laurent/Documents/github.com/NixOS/nixpkgs?shallow=1";
|
# url = "git+file:///home/laurent/Documents/github.com/NixOS/nixpkgs?shallow=1";
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
|
Loading…
Reference in a new issue