added PS1 and new description

This commit is contained in:
twoneis 2023-10-30 16:20:22 +01:00
parent 9a2c3fc710
commit e466c39d35

View file

@ -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]"''
}; };
}; };
} }