1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

update nixpkgs

This commit is contained in:
Jörg Thalheim 2020-11-08 14:23:58 +01:00
parent 412ba17f0d
commit 24b4b6bbf9
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 8 additions and 5 deletions

View file

@ -2,16 +2,18 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1596792298,
"narHash": "sha256-DM1fPvyRKneMihzALrguof78FxzBfRw243EFggkpog0=",
"lastModified": 1604350474,
"narHash": "sha256-zz0g0YmgJJqSd9032LWJAjHUeEIgvbXVoN2y8SCBQ9I=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "585aa266d36fc6cc5f300d6f0696f89168f38c3c",
"rev": "0da76dab4c2acce5ebf404c400d38ad95c52b152",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View file

@ -1,5 +1,6 @@
{
description = "Integrates sops into nixos";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs = { self, nixpkgs }: let
systems = [
"x86_64-linux"