Compare commits

..

1 Commits

Author SHA1 Message Date
d9c49cd5c9 hello desc 2026-03-24 16:16:37 +01:00

View File

@@ -1,10 +1,10 @@
{
description = "hello";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
};
description = "configuration for jungle machines";
outputs = { self, nixpkgs, ... }:
let
mkConf = name: nixpkgs.lib.nixosSystem {