Bump shell.nix channel to 23.11

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-03-07 19:14:34 +01:00
parent 88be071d17
commit 16594d72d5
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -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;