more attempting

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 13:38:10 -06:00
parent 31de7b0e0c
commit c9d26d832a

View File

@ -8,7 +8,7 @@
outputs = { nixpkgs, ... }: outputs = { nixpkgs, ... }:
let system = "x86_64-linux"; in let system = "x86_64-linux"; in
{ {
devShells."${system}".default = devShells."${system}" =
let let
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;