templates: fix nix run line, update to 24.05

This commit is contained in:
Aaron Bieber 2024-07-17 09:27:44 -06:00
parent c3f6d770c1
commit 00ba73c96b
No known key found for this signature in database
7 changed files with 14 additions and 14 deletions

View File

@ -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 ];

View File

@ -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; [

View File

@ -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; [

View File

@ -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 ];

View File

@ -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 ];

View File

@ -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;

View File

@ -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 ];