forked from lix-project/nix-eval-jobs
Fix nix flake check warnings about deprecated attr names
This commit is contained in:
parent
516fdc8f6c
commit
05218ff30d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@
|
||||||
build-unstable = mkVariant pkgs.nixUnstable;
|
build-unstable = mkVariant pkgs.nixUnstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultPackage = self.packages.${system}.nix-eval-jobs;
|
packages.default = self.packages.${system}.nix-eval-jobs;
|
||||||
devShell = pkgs.callPackage ./shell.nix drvArgs;
|
devShells.default = pkgs.callPackage ./shell.nix drvArgs;
|
||||||
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue