changed version (was 21 instead of 23 but switched to unstable)
This commit is contained in:
parent
bb784c4167
commit
2fe4499b1c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue