This commit is contained in:
mjallen18
2026-01-06 10:21:50 -06:00
parent b05067a3e1
commit 78f8d1a733
14 changed files with 60 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
{ inputs, ... }:
final: _prev: {
unstable = import inputs.nixpkgs {
unstable = import inputs.nixpkgs-unstable {
system = final.stdenv.hostPlatform.system;
config.allowUnfree = true;
};