This commit is contained in:
Ivan Dimitrov 2023-11-07 16:21:50 +02:00
parent e0509aa8ed
commit cdffdf4382
3 changed files with 9 additions and 7 deletions

View File

@ -2,16 +2,17 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1698266953,
"narHash": "sha256-jf72t7pC8+8h8fUslUYbWTX5rKsRwOzRMX8jJsGqDXA=",
"lastModified": 1699366528,
"narHash": "sha256-PFAQ4N5f15cg94+EBvOMaOlxD/0HlnZpJ+Avv1u9MgY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "75a52265bda7fd25e06e3a67dee3f0354e73243c",
"rev": "d33ddd39d1381cc20884ba7e78acbdae86469157",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View File

@ -3,7 +3,7 @@
'';
inputs = {
nixpkgs.url = "nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs";
};
outputs = { self, nixpkgs }:
@ -13,6 +13,7 @@
buildInputs = with pkgs; [
coreutils-full
nodejs_20
nodePackages_latest.npm-check-updates
bun
];
tmuxConfig = ''

View File

@ -2,7 +2,7 @@ export default function Home() {
return (
<main className="place-content-center">
<div>
whaaaa
whaaa
</div>
</main>
)