update: 23.11

This commit is contained in:
Leonardo Eugênio 2023-11-26 15:40:18 -03:00
parent 49040b5be9
commit a08aca5301
6 changed files with 39 additions and 42 deletions

View file

@ -1,7 +1,4 @@
{ config, pkgs, inputs, ... }: {
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];