flake: add unstable nixpkgs to registry

This commit is contained in:
Antoine Martin 2024-03-07 00:13:30 +01:00
parent 9e98e96c31
commit e84c66e812

View file

@ -74,6 +74,7 @@
];
registry = {
nixpkgs.flake = inputs.nixpkgs;
unstable.flake = inputs.nixpkgs-unstable-small;
};
};
};