mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
stdenv.hostPlatform.system -> stdenv.system
This commit is contained in:
parent
7ca2ee6986
commit
9d60499990
2 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ rec {
|
|||
callPackage = lib.callPackageWith (
|
||||
pkgs
|
||||
// {
|
||||
inputs = constructInputs' pkgs.stdenv.hostPlatform.system inputs;
|
||||
inputs = constructInputs' pkgs.system inputs;
|
||||
# maybe add self?
|
||||
# inherit self;
|
||||
# npins sources if i need them
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ lib.gerg-utils (s: unstable.legacyPackages.${s}) {
|
|||
"media-laptop"
|
||||
];
|
||||
|
||||
formatter = pkgs: inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.lint;
|
||||
formatter = pkgs: inputs.self.packages.${pkgs.stdenv.system}.lint;
|
||||
|
||||
devShells = pkgs: { default = pkgs.mkShell { packages = [ pkgs.sops ]; }; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue