add dev shell
This commit is contained in:
@@ -66,5 +66,8 @@
|
||||
modules = [ ./users/pbsds/home ];
|
||||
};
|
||||
});
|
||||
devShells = forAllSystems (system: {
|
||||
default = nixpkgs.legacyPackages.${system}.callPackage ./shell.nix { };
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user