use unstable nix

This commit is contained in:
sadan 2025-05-23 23:50:39 -04:00
parent 125dd54ff9
commit e12a8628d3
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
{ {
config, config,
stable, unstable,
inputs, inputs,
... ...
}: }:
@ -13,7 +13,7 @@
"flakes" "flakes"
]; ];
}; };
package = stable.nix; package = unstable.nix;
nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ]; nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
}; };
} }