tangled
alpha
login
or
join now
ladas552.me
/
Blog
0
fork
atom
My Blog, build with Norgolith
blog.ladas552.me
blog
0
fork
atom
overview
issues
pulls
pipelines
Flake, need to check if works
Ladas552
1 year ago
d0c26a29
d5f31cd2
+23
2 changed files
expand all
collapse all
unified
split
flake.nix
.envrc
+22
flake.nix
···
1
1
+
{
2
2
+
description = "A very basic flake";
3
3
+
4
4
+
inputs = {
5
5
+
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
6
6
+
7
7
+
norgolith.url = "github:NTBBloodbath/norgolith";
8
8
+
};
9
9
+
10
10
+
outputs =
11
11
+
{
12
12
+
self,
13
13
+
nixpkgs,
14
14
+
norgolith,
15
15
+
...
16
16
+
}@inputs:
17
17
+
{
18
18
+
19
19
+
packages.x86_64-linux.default = norgolith.packages.x86_64-linux.default;
20
20
+
21
21
+
};
22
22
+
}
+1
.envrc
···
1
1
+
use flake . --no-pure-eval