nix: package with flakes; simplify devshell

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia37044debea91a1db3d944a0c74f66356a6a6964
This commit is contained in:
raf 2026-04-06 13:12:30 +03:00
commit 0fc6b177cc
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 115 additions and 15 deletions

27
flake.lock generated Normal file
View file

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1775036866,
"narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6201e203d09599479a3b3450ed24fa81537ebc4e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}