export pathsIn in lib and update devos input

This commit is contained in:
Pacman99 2021-04-26 11:34:24 -07:00
parent ceef51425e
commit 377381de51
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
"utils": "utils_2"
},
"locked": {
"narHash": "sha256-t14TKUtw83dZ2mbqjRpeUvdAx4zpe/ySr5KhPhB1JMU=",
"narHash": "sha256-JBTc4NiKuJ99+u8ey+1gQezW5pihAnfnyupBmdj4zUk=",
"path": "./lib",
"type": "path"
},

View file

@ -61,7 +61,7 @@
{
lib = utils.lib // {
inherit (lib)
mkFlake;
mkFlake pathsIn;
};
}