reorganize

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 13:36:42 -06:00
parent ed11d8de6c
commit 31de7b0e0c

View File

@ -5,7 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
}; };
outputs = { self , nixpkgs, ... }: outputs = { nixpkgs, ... }:
let system = "x86_64-linux"; in let system = "x86_64-linux"; in
{ {
devShells."${system}".default = devShells."${system}".default =
@ -32,7 +32,6 @@
}) })
]; ];
}; };
shellHook = '' shellHook = ''
echo "starting codium" echo "starting codium"
codium . codium .