Compare commits

..

2 Commits

View File

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