update to 24.20.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
description = "NOIBW - Nix-Openwrt-ImageBuilder-Wrapper";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-25.05";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
@@ -18,7 +18,7 @@
|
||||
});
|
||||
appScripts = forAllSystems (system:
|
||||
{
|
||||
makeCleanImageScript = nixpkgsFor.${system}.writeScript "makeCleanImage.sh" ''
|
||||
makeCleanImageScript = nixpkgsFor.${system}.writers.writeBash "makeCleanImage.sh" ''
|
||||
nix-shell "$1" --run makeCleanImage
|
||||
'';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user