Compare commits
2 commits
c72032f0ce
...
677af80264
| Author | SHA1 | Date | |
|---|---|---|---|
| 677af80264 | |||
| ea7479b162 |
1 changed files with 3 additions and 2 deletions
|
|
@ -87,7 +87,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
defaultPackage = self.packages.${system}.abacus;
|
||||
|
||||
devShell = pkgs.mkShell {
|
||||
inputsFrom = with self.packages.${system}; [
|
||||
abacus
|
||||
];
|
||||
|
|
@ -97,7 +99,6 @@
|
|||
|
||||
packages = futils.lib.flattenTree {
|
||||
inherit (pkgs) abacus;
|
||||
default = pkgs.abacus;
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue