templates: fix nix run line, update to 24.05
This commit is contained in:
parent
c3f6d770c1
commit
00ba73c96b
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -45,7 +45,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Ada `${pkgs.gnat12}/bin/gnatmake --version`"
|
echo "Ada `${pkgs.gnat12}/bin/gnatmake --version`"
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = with pkgs; [ gnat12 gprbuild ];
|
nativeBuildInputs = with pkgs; [ gnat12 gprbuild ];
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -56,7 +56,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Go `${pkgs.go}/bin/go version`"
|
echo "Go `${pkgs.go}/bin/go version`"
|
||||||
'';
|
'';
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -64,7 +64,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Go `${pkgs.go}/bin/go version`"
|
echo "Go `${pkgs.go}/bin/go version`"
|
||||||
'';
|
'';
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -39,7 +39,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Go `${pkgs.go}/bin/go version`"
|
echo "Go `${pkgs.go}/bin/go version`"
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = with pkgs; [ git go gopls go-tools ];
|
nativeBuildInputs = with pkgs; [ git go gopls go-tools ];
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -46,7 +46,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Perl `${pkgs.perl}/bin/perl --version`"
|
echo "Perl `${pkgs.perl}/bin/perl --version`"
|
||||||
'';
|
'';
|
||||||
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
|
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -47,7 +47,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "OCaml `${pkgs.ocaml}/bin/ocaml --version`"
|
echo "OCaml `${pkgs.ocaml}/bin/ocaml --version`"
|
||||||
'';
|
'';
|
||||||
nativeBuildInputs = with pkgs;
|
nativeBuildInputs = with pkgs;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "thing: stuff and things";
|
description = "thing: stuff and things";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{ self
|
||||||
@ -42,7 +42,7 @@
|
|||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
PS1='\u@\h:\@; '
|
PS1='\u@\h:\@; '
|
||||||
nix flake run github:qbit/xin#flake-warn
|
nix run github:qbit/xin#flake-warn
|
||||||
echo "Perl `${pkgs.perl}/bin/perl --version`"
|
echo "Perl `${pkgs.perl}/bin/perl --version`"
|
||||||
'';
|
'';
|
||||||
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
|
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
|
||||||
|
Loading…
Reference in New Issue
Block a user