nix flake update

This commit is contained in:
Oliver Davies 2025-01-12 11:17:31 +00:00
parent 7771c88040
commit c3481f8ba6
7 changed files with 48 additions and 60 deletions
nix/overlays

View file

@ -16,5 +16,10 @@
config.allowUnfree = true;
system = final.system;
};
nixpkgs-2411 = import inputs.nixpkgs-2411 {
config.allowUnfree = true;
system = final.system;
};
};
}