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