mob next [ci-skip] [ci skip] [skip ci]

lastFile:machines/default.nix
This commit is contained in:
2025-10-07 17:12:42 +07:00
parent ed4e045ffc
commit 8818d9bc9b
3 changed files with 1554 additions and 3 deletions

1545
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,6 +17,10 @@
}; };
import-tree.url = "github:vic/import-tree"; import-tree.url = "github:vic/import-tree";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
kloenk = {
url = "git+https://cyberchaos.dev/kloenk/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
treefmt-nix = { treefmt-nix = {
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View File

@@ -1,4 +1,10 @@
{ inputs, self, ... }: {
inputs,
self,
config,
pkgs,
...
}:
{ {
imports = [ imports = [
inputs.clan-core.flakeModules.default inputs.clan-core.flakeModules.default