mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-07-06 17:31:00 -04:00
Bump shell.nix channel to 23.11
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
let
|
let
|
||||||
nixpkgs = builtins.fetchTarball "channel:nixos-22.05";
|
nixpkgs = builtins.fetchTarball "channel:nixos-23.11";
|
||||||
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
|
pkgs = import nixpkgs { config = { }; overlays = [ ]; };
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|||||||
Reference in New Issue
Block a user