summaryrefslogtreecommitdiffhomepage
path: root/flake.lock
diff options
context:
space:
mode:
authorTomasz Hołubowicz <alternateved@pm.me>2022-06-05 23:13:51 +0200
committerTomasz Hołubowicz <alternateved@pm.me>2022-06-05 23:13:51 +0200
commite1da72e5502bd34867b540570abddfc67217ab75 (patch)
tree5dfe9a0327c16648a840e9051dba8a34fd2a4ff2 /flake.lock
parent289271f1fbbfe8dad4fac812196ba26b281d1876 (diff)
downloadxmobar-e1da72e5502bd34867b540570abddfc67217ab75.tar.gz
xmobar-e1da72e5502bd34867b540570abddfc67217ab75.tar.bz2
Add flake.nix
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock75
1 files changed, 75 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..e60d10e
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,75 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1653893745,
+ "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "git-ignore-nix": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ },
+ "locked": {
+ "lastModified": 1646480205,
+ "narHash": "sha256-kekOlTlu45vuK2L9nq8iVN17V3sB0WWPqTTW3a2SQG0=",
+ "owner": "hercules-ci",
+ "repo": "gitignore.nix",
+ "rev": "bff2832ec341cf30acb3a4d3e2e7f1f7b590116a",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "ref": "master",
+ "repo": "gitignore.nix",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1632846328,
+ "narHash": "sha256-sFi6YtlGK30TBB9o6CW7LG9mYHkgtKeWbSLAjjrNTX0=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "2b71ddd869ad592510553d09fe89c9709fa26b2b",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1654398695,
+ "narHash": "sha256-Kw/KeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "c5d810f4c74c824ae0fb788103003c6c9d366a08",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "git-ignore-nix": "git-ignore-nix",
+ "nixpkgs": "nixpkgs_2"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}