update flake

This commit is contained in:
TheWanderingCrow 2024-12-25 15:44:54 -05:00
parent ffe49cfd32
commit a1dab7cad0

View file

@ -18,7 +18,7 @@
Parzival-Mobile = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
nixpkgs = {
nixpkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;
};