formatting

This commit is contained in:
buffet 2023-07-03 11:54:21 +02:00
parent 35dd05d72a
commit 929eda44c4

View file

@ -67,9 +67,12 @@
}; };
}; };
outputs = {nixpkgs, nixpkgs-unstable, ...} @ args: { outputs = {
nixosConfigurations.fanya = nixpkgs,
let nixpkgs-unstable,
...
} @ args: {
nixosConfigurations.fanya = let
system = "x86_64-linux"; system = "x86_64-linux";
overlay-unstable = final: prev: { overlay-unstable = final: prev: {
unstable = nixpkgs-unstable.legacyPackages.${prev.system}; unstable = nixpkgs-unstable.legacyPackages.${prev.system};