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";
|
description = "A very basic flake";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
@ -16,9 +16,9 @@
|
||||||
name = "gcc-devel";
|
name = "gcc-devel";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cmake
|
cmake
|
||||||
gef
|
|
||||||
libgcc
|
libgcc
|
||||||
gdb
|
gdb
|
||||||
|
gef
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue