Skip to content

Commit b83e517

Browse files
committed
bump tests/flake.nix to 24.11
1 parent 3c5e126 commit b83e517

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

tests/flake.lock

Lines changed: 27 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description = "Test flake for nixos-hardware";
33

44
inputs = {
5-
nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
6-
nixos-stable.url = "github:NixOS/nixpkgs/nixos-24.05";
5+
nixos-unstable-small.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable-small";
6+
nixos-stable.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-24.11";
77
# override in the test
88
nixos-hardware.url = "github:NixOS/nixos-hardware";
99
flake-parts.url = "github:hercules-ci/flake-parts";
@@ -23,7 +23,6 @@
2323
system,
2424
lib,
2525
pkgs,
26-
inputs',
2726
...
2827
}:
2928
let

0 commit comments

Comments
 (0)