mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake/nixinate: use apps/flakes directly
This commit is contained in:
parent
8b8cdbda51
commit
94c76cd197
2 changed files with 3 additions and 3 deletions
|
@ -112,8 +112,8 @@
|
|||
inputs'.disko.packages.disko
|
||||
];
|
||||
};
|
||||
# workaround for https://github.com/MatthewCroughan/nixinate/issues/12
|
||||
apps = (nixinate.nixinate.${system} self).nixinate;
|
||||
};
|
||||
# flake = {};
|
||||
flake.apps = inputs.nixinate.nixinate."x86_64-linux" self;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue