This commit is contained in:
figsoda 2025-04-14 15:22:37 +02:00 committed by GitHub
commit e7d5a2ad92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
outputs = { self }: {
nixosModules.default = {
nix.settings.flake-registry = self + "/flake-registry.json";
};
};
}