something

This commit is contained in:
voidarclabs
2025-11-03 13:00:01 +00:00
parent 6bc29c58bd
commit 88246a67c5
2 changed files with 28 additions and 0 deletions

27
.nixos/flake.lock generated Normal file
View File

@@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1735563628,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@@ -9,6 +9,7 @@
system = "x86_64-linux";
modules = [
./configuration.nix
/etc/nixos/hardware-configuration.nix
];
};
};