[NixOS] Use nixpkgs checkout again

This commit is contained in:
Ivan Malison 2023-05-14 15:17:10 -06:00
parent bd22c19806
commit bb8fc67f07
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2,8 +2,8 @@
inputs = {
nixos-hardware.url = github:NixOS/nixos-hardware;
nixpkgs = {
url = github:IvanMalison/nixpkgs/my-unstable;
# url = path:./nixpkgs;
# url = github:IvanMalison/nixpkgs/my-unstable;
url = path:./nixpkgs;
};
home-manager = {
url = github:IvanMalison/home-manager/master;