stub: wasted init

This commit is contained in:
Vegard Bieker Matthey
2026-03-07 20:35:06 +01:00
parent 6b1fb4c065
commit 62765d28f1
2 changed files with 18 additions and 0 deletions

View File

@@ -23,6 +23,9 @@
dibbler.url = "git+https://git.pvv.ntnu.no/Projects/dibbler.git?ref=main"; dibbler.url = "git+https://git.pvv.ntnu.no/Projects/dibbler.git?ref=main";
dibbler.inputs.nixpkgs.follows = "nixpkgs"; dibbler.inputs.nixpkgs.follows = "nixpkgs";
worblehat.url = "git+https://git.pvv.ntnu.no/Projects/worblehat.git?ref=main";
worblehat.inputs.nixpkgs.follows = "nixpkgs";
matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0"; matrix-next.url = "github:dali99/nixos-matrix-modules/v0.8.0";
matrix-next.inputs.nixpkgs.follows = "nixpkgs"; matrix-next.inputs.nixpkgs.follows = "nixpkgs";

15
modules/wasted.nix Normal file
View File

@@ -0,0 +1,15 @@
{
config,
lib,
pkgs,
unstablePkgs,
values,
...
}:
let
dibbler = config.services.dibbler;
worblehat = config.services.worblehat;
machine = config.networking.hostName;
in
{
}