Set osds-site to default package
This commit is contained in:
parent
a20d242fcf
commit
45bbaf8e23
1 changed files with 3 additions and 2 deletions
|
|
@ -50,8 +50,9 @@
|
|||
# system.
|
||||
|
||||
# Equivalent to inputs'.nixpkgs.legacyPackages.hello;
|
||||
packages.default = pkgs.hello;
|
||||
|
||||
# packages.default = pkgs.hello;
|
||||
packages.default = self'.packages.osds-site;
|
||||
apps.default = self'.apps.osds-site;
|
||||
|
||||
devshells.default = {
|
||||
packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue