mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 03:03:29 -05:00
oops
This commit is contained in:
parent
0a7223bd6b
commit
48057370fb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in
|
||||||
(mkScript {
|
(mkScript {
|
||||||
name = "flakeify";
|
name = "flakeify";
|
||||||
file = ./flakeify.sh;
|
file = ./flakeify.sh;
|
||||||
deps = [pkgs.direnv];
|
env = [pkgs.direnv];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
file = {
|
file = {
|
||||||
|
|
Loading…
Reference in a new issue