Update flake

This commit is contained in:
Invariantspace 2024-03-23 19:27:31 -07:00
parent 0a4549c9a8
commit 683af170a3
5 changed files with 30 additions and 23 deletions

View file

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