mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00: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.
5 lines
110 B
Nix
5 lines
110 B
Nix
{ lib ? (import <nixpkgs> {}).lib }: {
|
|
inherit (import ./lib {
|
|
inherit lib;
|
|
}) config create mount;
|
|
}
|