update to 24.10
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
description = "NOIBW - Nix-Openwrt-ImageBuilder-Wrapper";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
@@ -32,7 +32,7 @@
|
||||
apps = forAllSystems (system:
|
||||
let
|
||||
updateLockScript = nixpkgsFor.${system}.writeShellScriptBin "update_flake_lock.sh" ''
|
||||
nix --experimental-features 'nix-command flakes' flake lock --update-input nixpkgs
|
||||
nix --experimental-features 'nix-command flakes' flake update
|
||||
nix --experimental-features 'nix-command flakes' build
|
||||
'';
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user