Switch to the pt layout
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
let
|
||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
|
||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||
in
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
prismlauncher
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user