test patch

This commit is contained in:
2024-09-20 09:52:50 -04:00
parent 7b7e19f076
commit c10f8ecf6c
3 changed files with 11 additions and 10 deletions

View File

@ -22,7 +22,8 @@
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
flake-parts.url = "github:hercules-ci/flake-parts";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:rnhmjoj/nixpkgs/pr-wpa-fix";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
systems.url = "github:nix-systems/default";