summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-07-15 17:16:53 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-07-15 17:16:53 +1000
commitca93616da717f865cf708d1cf26d6964e4231d90 (patch)
treeefc8a110b8dd50881356e7a65a217660a39694a8 /flake.lock
parenttheme: use dconf instead of gsettings (diff)
downloadcaelestia-cli-ca93616da717f865cf708d1cf26d6964e4231d90.tar.gz
caelestia-cli-ca93616da717f865cf708d1cf26d6964e4231d90.tar.bz2
caelestia-cli-ca93616da717f865cf708d1cf26d6964e4231d90.zip
feat: add nix flake
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock48
1 files changed, 48 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..8c73182
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,48 @@
+{
+ "nodes": {
+ "app2unit": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1752557494,
+ "narHash": "sha256-GIcH+k321WBUl//gBypaJkLRMrKDemcSpzADJoyUdec=",
+ "owner": "soramanew",
+ "repo": "app2unit",
+ "rev": "574d764446997e30218a29a6b9871fb1b9c6554d",
+ "type": "github"
+ },
+ "original": {
+ "owner": "soramanew",
+ "repo": "app2unit",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1752480373,
+ "narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "app2unit": "app2unit",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}