summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 03db398..4ff0f9a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -116,7 +116,7 @@
nixfmt = mkCheck {
name = "check-nixfmt";
deps = [ pkgs.nixfmt-rfc-style ];
- script = "nixfmt --check ${self}";
+ script = "nixfmt --check ${self}/**/*.nix";
};
statix = mkCheck {
@@ -271,7 +271,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
- nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
+ nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
nix-darwin = {
url = "github:LnL7/nix-darwin";
@@ -361,7 +361,11 @@
openwrt-imagebuilder = {
url = "github:astro/nix-openwrt-imagebuilder";
- inputs.nixpkgs.follows = "nixpkgs";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ flake-parts.follows = "lanzaboote/flake-parts";
+ systems.follows = "nixos-wsl/flake-utils/systems";
+ };
};
teawiebot = {