nix: init flake
Sun, 16 Jun 2024
5 files changed,
141 insertions(+),
16 deletions(-)
M
.gitignore
@@ -1,1 +1,2 @@
legit +result
A
flake.lock
@@ -0,0 +1,26 @@
+{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1718558927, + "narHash": "sha256-PRqvkPqX5luuZ0WcUbz2zATGp4IzybDU0K33MxO9Sd0=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "f82fe275d98c521c051af4892cd8b3406cee67a3", + "type": "github"
… preview truncated
A
flake.nix
@@ -0,0 +1,62 @@
+{ + description = "web frontend for git"; + + inputs.nixpkgs.url = "github:nixos/nixpkgs"; + + outputs = + { self + , nixpkgs + , + }:
… preview truncated
… and 2 more changed files not shown in this preview