added PS1 and new description
This commit is contained in:
parent
9a2c3fc710
commit
e466c39d35
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "A very basic flake";
|
description = "A template flake for development with gcc";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
@ -20,6 +20,7 @@
|
||||||
gdb
|
gdb
|
||||||
gef
|
gef
|
||||||
];
|
];
|
||||||
|
shellHook = ''export PS1="[${whoami}@gcc-project]"''
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue