🚑 change flake nixpkgs source

This commit is contained in:
Laureηt 2024-01-16 17:39:00 +01:00
parent 45b5582559
commit 8258f53eb7
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -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";