Upstreamed flake-module.nix to nixos-flake

https://github.com/srid/nixos-flake/pull/74
This commit is contained in:
Sridhar Ratnakumar 2024-09-30 20:14:07 -04:00
parent 56c93e3a96
commit 19b0fe2e8f
No known key found for this signature in database
4 changed files with 9 additions and 62 deletions

View file

@ -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;