Update flake inputs

This commit is contained in:
joachimschmidt557 2021-12-07 19:47:04 +01:00
parent 5a2a58ac3d
commit 67b4bbfa2a
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 14 additions and 11 deletions

24
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1636622352, "lastModified": 1638873958,
"narHash": "sha256-HZkdAcDh1jS+19vy72oYR1qymh0hrxccBbdskHPt95c=", "narHash": "sha256-mXixK5YP9EwMaVRxXNdnbL6VGTtBrLMPb0+41tfAfro=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "80db8e4e9f25e81662a244a96029f3427fe3d5b9", "rev": "555de7d00eb7c8df21242fdad6f3a6f2201e7e14",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,11 +17,11 @@
}, },
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1634851050, "lastModified": 1638122382,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", "rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -32,16 +32,18 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1636650511, "lastModified": 1638535497,
"narHash": "sha256-dZLCKpliQCl8xDFyQDXUD/EjOh3W3H5Jj1PZ3+INWaY=", "narHash": "sha256-tk5LNbdkUhALp00+r5ZmQ3t7n2d5M7YUQB+MznWvVOg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "68a6a4e276e26019b090bb587a8d7b26c4f92532", "rev": "c71f061c68ba8ce53471b767d5049cbd0f3d8490",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View file

@ -1,6 +1,7 @@
{ {
description = "dotfiles"; description = "dotfiles";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils"; inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.emacs-overlay.url = "github:nix-community/emacs-overlay"; inputs.emacs-overlay.url = "github:nix-community/emacs-overlay";