formatting
This commit is contained in:
parent
35dd05d72a
commit
929eda44c4
1 changed files with 14 additions and 11 deletions
|
@ -67,9 +67,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = {nixpkgs, nixpkgs-unstable, ...} @ args: {
|
||||
nixosConfigurations.fanya =
|
||||
let
|
||||
outputs = {
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
...
|
||||
} @ args: {
|
||||
nixosConfigurations.fanya = let
|
||||
system = "x86_64-linux";
|
||||
overlay-unstable = final: prev: {
|
||||
unstable = nixpkgs-unstable.legacyPackages.${prev.system};
|
||||
|
|
Loading…
Reference in a new issue