mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
20bfa32750
This is a backwards-incompatible change but it allows to pin nixpkgs, which is desirable especially in professional environments where reproduciblity is important.
6 lines
110 B
Nix
6 lines
110 B
Nix
{ lib ? (import <nixpkgs> {}).lib }: {
|
|
inherit (import ./lib {
|
|
inherit lib;
|
|
}) config create mount;
|
|
}
|