Update flake

This commit is contained in:
Invariantspace 2024-03-23 19:27:31 -07:00
parent 0a4549c9a8
commit d54ebd1ede
4 changed files with 25 additions and 21 deletions

View file

@ -41,7 +41,7 @@
};
nixpkgs = {
config.allowUnfree = true;
overlays = [ nix-custom.overlay ];
overlays = [ nix-custom.overlays.default ];
};
})
];