Skip to content

Commit 5f89de3

Browse files
committed
Upgrade nixpkgs to 21.11
1 parent 09378b0 commit 5f89de3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# E.g.
1010
#
1111
# nixpkgs.url = "github:NixOS/nixpkgs/unstable";
12-
nixpkgs.url = "github:NixOS/nixpkgs/21.05";
12+
nixpkgs.url = "github:NixOS/nixpkgs/21.11";
1313

1414
utils.url = "github:numtide/flake-utils";
1515
utils.inputs.nixpkgs.follows = "nixpkgs";
@@ -25,7 +25,7 @@
2525
# Add overlays here if you need to override the nixpkgs
2626
# official packages.
2727
overlays = [];
28-
28+
2929
# Uncomment this if you need unfree software (e.g. cuda) for
3030
# your project.
3131
#

0 commit comments

Comments
 (0)