Compare commits

...

2 commits

Author SHA1 Message Date
1f369a4101 hosts/framenix: install amd-debug-tools
for e.g. amd-s2idle debugging
2026-01-08 16:07:31 +01:00
4ea0098c0a flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/7a06e8a2f844e128d3b210a000a62716b6040b7f' (2026-01-04)
  → 'github:nix-community/home-manager/8c8a16d41353a174767c38b962359b51a56ca02e' (2026-01-08)
• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/fb7944c166a3b630f177938e478f0378e64ce108' (2026-01-02)
  → 'github:NixOS/nixpkgs/5912c1772a44e31bf1c63c0390b90501e5026886' (2026-01-07)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/30a3c519afcf3f99e2c6df3b359aec5692054d92' (2026-01-03)
  → 'github:NixOS/nixpkgs/d351d0653aeb7877273920cd3e823994e7579b0b' (2026-01-07)
• Updated input 'nur':
    'github:nix-community/NUR/af0cd55eba4021bf93701eeab00e86018fb7aaf5' (2026-01-05)
  → 'github:nix-community/NUR/9e297caa8eb66f91378169bc813e4256e1dc9058' (2026-01-08)
• Updated input 'nur/nixpkgs':
    'github:nixos/nixpkgs/fb7944c166a3b630f177938e478f0378e64ce108' (2026-01-02)
  → 'github:nixos/nixpkgs/5912c1772a44e31bf1c63c0390b90501e5026886' (2026-01-07)
2026-01-08 16:04:05 +01:00
2 changed files with 17 additions and 16 deletions

30
flake.lock generated
View file

@ -102,11 +102,11 @@
]
},
"locked": {
"lastModified": 1767514898,
"narHash": "sha256-ONYqnKrPzfKEEPChoJ9qPcfvBqW9ZgieDKD7UezWPg4=",
"lastModified": 1767850628,
"narHash": "sha256-D3QzdIT11J66I4mzwmIpAGLzPAcbCS2VaKN8fmOe6+E=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7a06e8a2f844e128d3b210a000a62716b6040b7f",
"rev": "8c8a16d41353a174767c38b962359b51a56ca02e",
"type": "github"
},
"original": {
@ -195,11 +195,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1767379071,
"narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=",
"lastModified": 1767767207,
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fb7944c166a3b630f177938e478f0378e64ce108",
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
"type": "github"
},
"original": {
@ -227,11 +227,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1767480499,
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
"lastModified": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"type": "github"
},
"original": {
@ -243,11 +243,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1767379071,
"narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=",
"lastModified": 1767767207,
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fb7944c166a3b630f177938e478f0378e64ce108",
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
"type": "github"
},
"original": {
@ -263,11 +263,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1767602452,
"narHash": "sha256-dtAvNihXmUiFC4npKNByp7UwW8hILrCzcc0ZnzejWgw=",
"lastModified": 1767883949,
"narHash": "sha256-emo9Kb/J/lTHgELg2E39kGIv3qlLtGWFpv75BKnmGGU=",
"owner": "nix-community",
"repo": "NUR",
"rev": "af0cd55eba4021bf93701eeab00e86018fb7aaf5",
"rev": "9e297caa8eb66f91378169bc813e4256e1dc9058",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@
}:
let
unstable =
config.inputInjection.flake-inputs.nixos-unstable.legacyPackages.${config.nixpkgs.hostPlatform};
config.inputInjection.flake-inputs.nixos-unstable.legacyPackages.${config.nixpkgs.hostPlatform.system};
in
{
imports = [
@ -83,5 +83,6 @@ in
environment.systemPackages = [
pkgs.radeontop
pkgs.framework-tool
unstable.amd-debug-tools
];
}