changed version (was 21 instead of 23 but switched to unstable)

This commit is contained in:
twoneis 2023-10-30 16:01:47 +01:00
parent bb784c4167
commit 2fe4499b1c

View file

@ -2,7 +2,7 @@
description = "A very basic flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }:
@ -16,9 +16,9 @@
name = "gcc-devel";
packages = with pkgs; [
cmake
gef
libgcc
gdb
gef
];
};
};