mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Rename flake output lib' to lib
This commit is contained in:
parent
e7853f4042
commit
b601f42f93
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.lib' = import "${self}/lib" inputs.nixpkgs.lib;
|
||||
flake.lib = import "${self}/lib" inputs.nixpkgs.lib;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue