Compare commits

..

2 Commits

View File

@ -28,7 +28,7 @@
}; };
nixPath = [ nixPath = [
"nixpkgs=${inputs.nixpkgs}" "nixpkgs=${inputs.nixpkgs}"
"unstable=${inputs.unstable}" "unstable=${inputs.nixpkgs-unstable}"
]; ];
}; };
} }