nix/os/devices/steveej-x13s: bump versions

This commit is contained in:
steveej 2024-12-23 13:54:17 +01:00
parent b44e6b5c21
commit 9b07038b52
2 changed files with 28 additions and 6 deletions

View file

@ -1,5 +1,21 @@
{
"nodes": {
"ath11k-firmware": {
"flake": false,
"locked": {
"lastModified": 1733258345,
"narHash": "sha256-th2svNLc74sVI/P+y1/Yck1IW+RIUnxL+NF2HLrsSxI=",
"ref": "refs/heads/main",
"rev": "ff9dd08208c5705a3867fc132dcedb5d31c901e2",
"revCount": 163,
"type": "git",
"url": "https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware.git"
},
"original": {
"type": "git",
"url": "https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware.git"
}
},
"crane": {
"inputs": {
"nixpkgs": [
@ -148,11 +164,11 @@
]
},
"locked": {
"lastModified": 1734808199,
"narHash": "sha256-MxlUcLjE8xLbrI1SJ2B2jftlg4wdutEILa3fgqwA98I=",
"lastModified": 1734944412,
"narHash": "sha256-36QfCAl8V6nMIRUCgiC79VriJPUXXkHuR8zQA1vAtSU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "f342df3ad938f205a913973b832f52c12546aac6",
"rev": "8264bfe3a064d704c57df91e34b795b6ac7bad9e",
"type": "github"
},
"original": {
@ -292,11 +308,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1734737257,
"narHash": "sha256-GIMyMt1pkkoXdCq9un859bX6YQZ/iYtukb9R5luazLM=",
"lastModified": 1734875076,
"narHash": "sha256-Pzyb+YNG5u3zP79zoi8HXYMs15Q5dfjDgwCdUI5B0nY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1c6e20d41d6a9c1d737945962160e8571df55daa",
"rev": "1807c2b91223227ad5599d7067a61665c52d1295",
"type": "github"
},
"original": {
@ -324,6 +340,7 @@
},
"root": {
"inputs": {
"ath11k-firmware": "ath11k-firmware",
"disko": "disko",
"get-flake": "get-flake",
"home-manager": "home-manager",

View file

@ -29,6 +29,11 @@
# nixos-x13s.url = "path:/home/steveej/src/others/nixos-x13s";
# nixos-x13s.inputs.nixpkgs.follows = "nixpkgs";
ath11k-firmware = {
url = "git+https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware.git";
flake = false;
};
mycelium.url = "github:threefoldtech/mycelium";
mycelium.inputs.nixpkgs.follows = "nixpkgs";