nixberry: use nixpkgs-unstable (fix)
This commit is contained in:
parent
1aab156439
commit
147a5ac46c
2 changed files with 6 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -1464,17 +1464,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770234826,
|
"lastModified": 1771456841,
|
||||||
"narHash": "sha256-Z0E7bZmgD0NLqnUPC70WwbZnVjHt7AeyfuSoxNyLYp4=",
|
"narHash": "sha256-DPcPuuacIa4/DQ4ztdSY1E69fw+P0R8E+E0SVD1EWoo=",
|
||||||
"owner": "Daholli",
|
"owner": "Daholli",
|
||||||
"repo": "nixos-raspberrypi",
|
"repo": "nixos-raspberrypi",
|
||||||
"rev": "f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8",
|
"rev": "db5405a7b4cb50ffa53b3e5c886ffe75fcafa823",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Daholli",
|
"owner": "Daholli",
|
||||||
"repo": "nixos-raspberrypi",
|
"repo": "nixos-raspberrypi",
|
||||||
"rev": "f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8",
|
"rev": "db5405a7b4cb50ffa53b3e5c886ffe75fcafa823",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -47,9 +47,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixos-raspberrypi = {
|
nixos-raspberrypi = {
|
||||||
url = "github:Daholli/nixos-raspberrypi/f93cb0e2ac1ec3a78f3544d2f3bd18b6b5d3b8a8";
|
url = "github:Daholli/nixos-raspberrypi/db5405a7b4cb50ffa53b3e5c886ffe75fcafa823";
|
||||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.11";
|
nixpkgs-rpi.url = "github:nvmd/nixpkgs/modules-with-keys-25.11";
|
||||||
|
|
||||||
nixos-images = {
|
nixos-images = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue