mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
This is a backwards-incompatible change but it allows to pin nixpkgs, which is desirable especially in professional environments where reproduciblity is important.
5 lines
110 B
Nix
5 lines
110 B
Nix
{ lib ? (import <nixpkgs> {}).lib }: {
|
|
inherit (import ./lib {
|
|
inherit lib;
|
|
}) config create mount;
|
|
}
|