diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-25 11:21:21 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-25 11:30:36 +0000 |
commit | 33e243e7fc96ad6ac9bf412a1384fd0bbcd02dc0 (patch) | |
tree | ac654af27cf3fe31fee1b3e3ebfa061b3a0c1408 /flake.nix | |
parent | 56c2835148823f182f277b055fad9c079a347787 (diff) |
update tasks & flake
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/261abe8a44a7e8392598d038d2e01f7b33cf26d0' (2023-09-24)
→ 'github:NixOS/nixpkgs/d7f206b723e42edb09d9d753020a84b3061a79d8' (2024-01-22)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,8 +1,5 @@ { description = "Aria Shrimpton dissertation"; - inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05; - }; outputs = { self, nixpkgs, |