mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
update flake.nix to 21.11
This commit is contained in:
parent
2e606e87c4
commit
ad9322a48f
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "The purely functional package manager";
|
||||
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-21.05-small";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-21.11-small";
|
||||
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };
|
||||
|
||||
outputs = { self, nixpkgs, lowdown-src }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue