mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Upstreamed flake-module.nix to nixos-flake
https://github.com/srid/nixos-flake/pull/74
This commit is contained in:
parent
56c93e3a96
commit
19b0fe2e8f
4 changed files with 9 additions and 62 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-flake.flakeModule
|
||||
inputs.nixos-flake.flakeModules.default
|
||||
inputs.nixos-flake.flakeModules.autoWire
|
||||
];
|
||||
perSystem = { self', ... }: {
|
||||
packages.default = self'.packages.activate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue