build/update-nix-channel #75

Merged
servostar merged 7 commits from build/update-nix-channel into main 2024-11-20 09:15:48 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f03c1e0554 - Show all commits

View File

@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in