Skip to content

Commit

Permalink
flake: add specific nixpkgs input and update
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/6b70761ea8c896aff8994eb367d9526686501860' (2023-04-12)
  → 'github:NixOS/nixpkgs/ddd523bd82184d3990c5f4e187c8a2fafc852da1' (2024-03-24)
  • Loading branch information
vs49688 committed Mar 24, 2024
1 parent 8794201 commit 5b959a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
description = "CrocUtils";

inputs.nixpkgs.url = github:NixOS/nixpkgs;

outputs = { self, nixpkgs }: let
version = if (self ? shortRev) then
"1.4.0-${toString self.revCount}-g${self.shortRev}"
Expand Down

0 comments on commit 5b959a1

Please sign in to comment.