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