mirror of
https://github.com/cachix/cachix-action.git
synced 2025-06-08 07:07:00 +09:00
ci: bump nixpkgs
This commit is contained in:
parent
c696f33b26
commit
aab124d540
1 changed files with 1 additions and 1 deletions
2
test.nix
2
test.nix
|
@ -5,7 +5,7 @@
|
||||||
currentTime ? builtins.currentTime,
|
currentTime ? builtins.currentTime,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with (import (fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11") { });
|
with (import (fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11") { });
|
||||||
|
|
||||||
let
|
let
|
||||||
drv =
|
drv =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue