chore: Use localSystem.system instead of system
This commit is contained in:
parent
44e6836e0f
commit
f822528530
7 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@
|
|||
system:
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
localSystem = { inherit system; };
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
let
|
||||
inherit (pkgs) lib;
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
localSystem = { inherit system; };
|
||||
config = {
|
||||
cudaSupport = true;
|
||||
allowUnfree = true;
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
let
|
||||
inherit (pkgs) lib;
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
localSystem = { inherit system; };
|
||||
overlays = [
|
||||
(import rust-overlay)
|
||||
(_final: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue