diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-02-22 19:11:05 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-02-22 19:11:05 -0500 |
| commit | 1049601e0b07627ef967d1092adc04022598648b (patch) | |
| tree | 8ebb4f2ec21a3870df418b493fa417cf210e68da /flake.lock | |
| parent | 980b1f75b6935694b5def72a3bcc119f78e878b0 (diff) | |
| download | home-1049601e0b07627ef967d1092adc04022598648b.tar.gz | |
started flake config
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..58fc7e8 --- /dev/null +++ b/flake.lock @@ -0,0 +1,85 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1740254115, + "narHash": "sha256-MwxDtYB/MSGZlr/xS+ExGYH2QgHk73ShD40shxjad/Y=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "cb3f6e9b59d3a5e51ef9f7da2b8418d5c72aaef8", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "home-manager", + "type": "github" + } + }, + "nixgl": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1713543440, + "narHash": "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=", + "owner": "nix-community", + "repo": "nixGL", + "rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixGL", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1739866667, + "narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "home-manager": "home-manager", + "nixgl": "nixgl", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |