Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-04-19 18:37:07 +02:00
parent 15a61d3f1d
commit 4ba7f3e5d2
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 12 additions and 12 deletions

22
flake.lock generated
View file

@ -38,11 +38,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1618469593, "lastModified": 1618789951,
"narHash": "sha256-fNdt+Q3irnT3pId7PKSSVeR8/9inBrAEg4gpItoRowU=", "narHash": "sha256-EoQxcVIiaqjUwwTl1YF3zGnXtzEvOUDL3SBZ8ASELvU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "ebbbd4f2b50703409543941e7445138dc1e7392e", "rev": "6aa6556bcab6dc0f6398b4daa8404d788fd7a6a2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -53,11 +53,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1618675848, "lastModified": 1618806675,
"narHash": "sha256-3u2F8RNJWf0vRlCsV25FH6G7tCzlqquoAkvCD+sLiZg=", "narHash": "sha256-JeGfy7mUSa9S1+HF/7sEQiPZvL8pfix9a2Qv//CBUNU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ebcf1f92fe26b6589b1438b2c92dd1c71a67a088", "rev": "5b2aabc6ae2d28e9914ff202a825af4ecc1ebaf0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -80,15 +80,15 @@
"flake-utils": "flake-utils" "flake-utils": "flake-utils"
}, },
"locked": { "locked": {
"lastModified": 1618741820, "lastModified": 1618847041,
"narHash": "sha256-4RVd8twQnZTwSv7Jcs9yDD3fk0pDFvropGo4sZFQKuo=", "narHash": "sha256-ksahfuFCrqdLBIcrsgme6NR6NS33QmnFarRcaqbT2p8=",
"owner": "chvp", "owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus", "repo": "flake-utils-plus",
"rev": "40c97a61511e810ae5685aadc30b459035f8ec43", "rev": "072c13ce139739cbbe26d87fd4d83d8a41ba346b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "chvp", "owner": "gytis-ivaskevicius",
"ref": "staging", "ref": "staging",
"repo": "flake-utils-plus", "repo": "flake-utils-plus",
"type": "github" "type": "github"

View file

@ -8,7 +8,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
utils.url = "github:chvp/flake-utils-plus/staging"; utils.url = "github:gytis-ivaskevicius/flake-utils-plus/staging";
}; };
outputs = inputs@{ self, nixpkgs, emacs-overlay, home-manager, utils }: utils.lib.systemFlake { outputs = inputs@{ self, nixpkgs, emacs-overlay, home-manager, utils }: utils.lib.systemFlake {