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
|
@ -44,8 +44,8 @@
|
|||
build-unstable = mkVariant pkgs.nixUnstable;
|
||||
};
|
||||
|
||||
defaultPackage = self.packages.${system}.nix-eval-jobs;
|
||||
devShell = pkgs.callPackage ./shell.nix drvArgs;
|
||||
packages.default = self.packages.${system}.nix-eval-jobs;
|
||||
devShells.default = pkgs.callPackage ./shell.nix drvArgs;
|
||||
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue