This commit is contained in:
Shelvacu
2025-06-29 20:04:17 -07:00
committed by Shelvacu on fw
parent 1c9a1d0fdf
commit 09fc6bab3e
2 changed files with 55 additions and 2 deletions

55
flake.lock generated
View File

@@ -236,6 +236,24 @@
"type": "github"
}
},
"flake-utils_5": {
"inputs": {
"systems": "systems_7"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -740,6 +758,7 @@
"padtype-unstable": "padtype-unstable",
"sm64baserom": "sm64baserom",
"sops-nix": "sops-nix",
"tf2-nix": "tf2-nix",
"treefmt-nix": "treefmt-nix",
"vacu-keys": "vacu-keys"
}
@@ -919,6 +938,42 @@
"type": "github"
}
},
"systems_7": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"tf2-nix": {
"inputs": {
"flake-utils": "flake-utils_5",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1744886451,
"narHash": "sha256-r5T1RLK6z6eios+njFODAkWSHuSUS5hzC4fkOivFYkA=",
"owner": "msyds",
"repo": "tf2-nix",
"rev": "36fb39c38b81394ccb63b7771fc7ec83c4a58419",
"type": "gitlab"
},
"original": {
"owner": "msyds",
"repo": "tf2-nix",
"type": "gitlab"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [

View File

@@ -22,8 +22,6 @@
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
networking.networkmanager.enable = true;