use packages.<system>.default instead of defaultPackage in flake
This commit is contained in:
parent
33c6b9fa1f
commit
34c0435d05
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
];
|
||||
src = ./.;
|
||||
};
|
||||
default = dlibrary;
|
||||
};
|
||||
defaultPackage.x86_64-linux = self.packages.x86_64-linux.dlibrary;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue